Triggers: Difference between revisions

401 bytes added ,  13 August 2018
m
no edit summary
mNo edit summary
mNo edit summary
Line 39: Line 39:
|-
|-
! Event type !! Phase !! [[#Mode of script execution|Execution mode]]
! Event type !! Phase !! [[#Mode of script execution|Execution mode]]
|-
|| '''[[#Opening a library|Opening a library]]'''
| '''Opening the library''' || synchronous
|-
|-
| rowspan="3" | '''[[#Creating an entry|Creating an entry]]'''
| rowspan="3" | '''[[#Creating an entry|Creating an entry]]'''
Line 84: Line 87:
| '''After the operation''' || asynchronous
| '''After the operation''' || asynchronous
|}
|}
=== Opening a library ===
This event occurs when a library is opened before any activity is performed on the library.
==== Phase: Opening the library ====
This event has only one phase, and it is synchronous. Therefore, the script will fully execute before any other activity takes place in the library.


=== Creating an entry ===
=== Creating an entry ===