Functions
-
runtime
getCallStack |
Retrieves the array of |
getInvocationContext |
Returns the |
sleep |
Halts the current strand for a predefined amount of time. |
Retrieves the array of runtime:CallStackElement
instances.
runtime:CallStackElement[] callStackElements = runtime:getCallStack();
-
Return Type
(CallStackElement[]) Array of
runtime:CallStackElement
records
Returns the runtime:InvocationContext
instance.
runtime:InvocationContext invocationContext = runtime:getInvocationContext();
-
Return Type
(InvocationContext) The
runtime:InvocationContext
instance