Trigger element
Defines a trigger.
Parent
Attributes
Name | Type | Required | Description |
---|---|---|---|
id | TypeObjectId | Yes | Specifies the unique trigger ID. |
Children
Name | Occurrences | Description |
---|---|---|
All | ||
Condition | [0, 1] | Specifies a condition that must be met in order for the trigger to go off. |
Content | Specifies the actions to be executed, or triggers to be activated the moment the trigger goes off. | |
Name | [0, 1] | Specifies the name of the trigger. |
On | [0, 1] | Defines what will set off the trigger. |
Time | [0, 1] | Defines, together with /Protocol/Triggers/Trigger/On, the exact moment at which a trigger will go off. |
Type | Specifies what should happen when the trigger goes off. |
Remarks
Triggers allow you to define the exact moment at which certain actions have to be executed. They can, for example, be used to set the exact time at which to perform a copy operation, to calculate a CRC, etc.