|
FireSync API
|
Represents an action trigger type.

Public Member Functions | |
| kStatus | kActionTrigger_Format (kActionTrigger type, kChar *text, kSize capacity) |
| Formats a kActionTrigger value to a string buffer. More... | |
Related | |
| #define | kACTION_TRIGGER_NULL |
| Invalid/unknown trigger. | |
| #define | kACTION_TRIGGER_INVOKE |
| Action is executed manually via kNode_InvokeAction. | |
| #define | kACTION_TRIGGER_BOOT |
| Action is executed automatically at node boot time. | |
| #define | kACTION_TRIGGER_START |
| Action is executed automatically when node is started. | |
| #define | kACTION_TRIGGER_STOP |
| Action is executed automatically when node is stopped. | |
| #define | kACTION_TRIGGER_PAUSE |
| Action is executed automatically when node is paused. | |
| #define | kACTION_TRIGGER_RESUME |
| Action is executed automatically when node is resumed. | |
| #define | kACTION_TRIGGER_OPTIONS |
| Bitset containing all kActionTrigger options. | |