EventManager::RegisterInterest (open)
Registers an interest. Registrations are counted, so every registration must be matched by an unregistration
Syntax
LOADLIB "wh::internal/jobs.whlib";
INTEGER FUNCTION RegisterInterest(STRING mask)Parameters
STRING maskEventname mask to register interest for (LIKE match)
Return value
INTEGERId of the registration.