Functions
deregisterListener | I Deregisters a listener from a module. |
getStackTrace | I Returns a stack trace for the current call stack. |
registerListener | I Registers a listener object with a module. |
sleep | I Halts the current strand for a predefined amount of time. |
deregisterListener
function deregisterListener(DynamicListener 'listener)
Isolated Function
Deregisters a listener from a module.
The listener
ceases to be a module listener of the module from
which this function is called.
Parameters
- 'listener DynamicListener
getStackTrace
function getStackTrace() returns StackFrame[ ]
Isolated Function
Returns a stack trace for the current call stack.
The first member of the array represents the top of the call stack.
registerListener
function registerListener(DynamicListener 'listener)
Isolated Function
Registers a listener object with a module.
The listener becomes a module listener of the module from which this function is called.
Parameters
- 'listener DynamicListener