Triggers: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 92: Line 92:
=== Opening a library ===
=== Opening a library ===
This event occurs when a library is opened before any activity is performed on the 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.
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 ===