AsyncEventWaiter::CheckNow (open)
Checks if all added events have been fired, aborts if that is not the case
Syntax
LOADLIB "mod::system/lib/testframework.whlib";
OBJECT FUNCTION CheckNow()
Return value
OBJECT
A promise that resolves to TRUE when all events have been fired, and is rejected when a timeout occurs.