TriggerWaitOnSleeps
- Parameters
-
whichTrigger trigger
flag boolean
- comment
-
Marks the given trigger to wait/no longer wait for
TriggerSleepAction
s in sub trigger executions started viaTriggerExecuteWait
. Since this is an attribute of the execution rather than the trigger object, this affects future runs of the given trigger, and not those already started. - patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native TriggerWaitOnSleeps takes trigger whichTrigger, boolean flag returns nothing