Triggers: Difference between revisions

No change in size ,  11 November 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 24: Line 24:


; Synchronous script execution mode
; Synchronous script execution mode
: The application suspends user interaction and then executes the script. In the case of '''Before...''' phases, the impending operation will take place unless the script forestalls it by calling cancel(). Time-consuming operations are not recommended in this mode.
: Memento suspends user interaction and then executes the script. In the case of '''Before...''' phases, the impending operation will take place unless the script forestalls it by calling ''cancel()''.<br/>Time-consuming operations are not recommended in this mode.


; Asynchronous script execution mode
; Asynchronous script execution mode