EventManager::ReceiveEvent (open)
Tries to receive incoming events
Syntax
LOADLIB "wh::internal/jobs.whlib";
RECORD FUNCTION ReceiveEvent(DATETIME wait_until)Parameters
DATETIME wait_untilWait until this time for events, DEFAULT DATETIME for events that are currently on the queue
Return value
RECORDDEFAULT RECORD if no event is available
eventName of the event
msgMessage with the event
statusReturn status, 'ok' or 'timeout'