TriggerExecuteWait
- Parameters
-
whichTrigger trigger
- comment
Does the same as
TriggerExecute
but if the caller has been marked withTriggerWaitOnSleeps
before its execution, it will additionally wait forTriggerSleepAction
s of the callee, so this really ensures that the callee has finished. If there was aTriggerSleepAction
, there will be a short delay before returning.- patch
1.00
- Source
- common.j
- return type
nothing
- Source code
native TriggerExecuteWait takes trigger whichTrigger returns nothing