TriggerExecuteWait
- Parameters
whichTrigger trigger- comment
Does the same as
TriggerExecutebut if the caller has been marked withTriggerWaitOnSleepsbefore its execution, it will additionally wait forTriggerSleepActions 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 (suggest an edit or discuss on Github)
- return type
nothing- Source code
native TriggerExecuteWait takes trigger whichTrigger returns nothing