Name
queued trigger, queuedtrigger, kPMQueuedTrigger — Queued trigger instance.
Synopsis
queued trigger structure { trigger ID, trigger, event };
trigger ID : string, default, length 1..255 |
trigger : trigger structure
|
event : event structure
|
Description
Queued trigger instance.
queued trigger represents a specific instance of a trigger. Each queued trigger is derived from a trigger; the trigger is expanded were needed. Relative time triggers are queued as absolute date and time triggers.
Fields
trigger ID. Unique trigger ID of the queued trigger.
Each queued trigger instance is provided with a unique trigger ID. This identifier should be used to track and refer to the queued trigger.
trigger ID has not related to any other unique ID values.
trigger ID
is a string. If trigger ID
is omitted, a default is created. trigger ID
must be between 1
and 255
characters long, inclusive.
trigger. Derived trigger.
The queued trigger may not match any trigger provided with the event. event triggers are transformed before being queued.
trigger
is a trigger structure.
event. event associated with trigger.
event to perform when the trigger fires.
event
is a event structure.