ActionItem Notifications
#actionItemExecutionEnded: arraySent when an action item finished executing.
Calling callbacks.notificationParam() returns an array with two elements:
- The name of the action item.
- The ID of the action item.
#actionItemExecutionStarted: arraySent when an action item starts executing.
Calling callbacks.notificationParam() returns an array with two elements:
- The name of the action item.
- The ID of the action item.
#actionItemHotKeyPostExecute: arraySent after an action item is executed via a keyboard shortcut (hotkey).
Calling callbacks.notificationParam() returns an array with two elements:
- The name of the action item.
- The ID of the action item.
#actionItemHotkeyPreExecute: arraySent before an action item is executed via a keyboard shortcut (hotkey).
Calling callbacks.notificationParam() returns an array with two elements:
- The name of the action item.
- The ID of the action item.
