ActionItem Notifications

#actionItemExecutionEnded: array

Sent when an action item finished executing.

Calling callbacks.notificationParam() returns an array with two elements:

  1. The name of the action item.
  2. The ID of the action item.
#actionItemExecutionStarted: array

Sent when an action item starts executing.

Calling callbacks.notificationParam() returns an array with two elements:

  1. The name of the action item.
  2. The ID of the action item.
#actionItemHotKeyPostExecute: array

Sent after an action item is executed via a keyboard shortcut (hotkey).

Calling callbacks.notificationParam() returns an array with two elements:

  1. The name of the action item.
  2. The ID of the action item.
#actionItemHotkeyPreExecute: array

Sent before an action item is executed via a keyboard shortcut (hotkey).

Calling callbacks.notificationParam() returns an array with two elements:

  1. The name of the action item.
  2. The ID of the action item.