%contextPause()

Aliases%contextPause( )
Parametersstring @timeString [, integer @contextId]

    Pauses the current context by the time defined by @timeString. The value
of @timeString follows the same syntax as that for the wait keyword. If
@contextId is defined and is valid, then the associated context is paused
for the given time. If a context is paused then this function returns 1;
othrwise 0 is returned.

Example:
--------------------------------------------------------------------------

%contextPause( 20 secs, 1002384723 )