|
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 (0x00) |
| Invalid/unknown trigger. | |
| #define | kACTION_TRIGGER_INVOKE (0x01) |
| Action is executed manually via kNode_InvokeAction. | |
| #define | kACTION_TRIGGER_BOOT (0x02) |
| Action is executed automatically at node boot time. | |
| #define | kACTION_TRIGGER_START (0x04) |
| Action is executed automatically when node is started. | |
| #define | kACTION_TRIGGER_STOP (0x08) |
| Action is executed automatically when node is stopped. | |
| #define | kACTION_TRIGGER_PAUSE (0x10) |
| Action is executed automatically when node is paused. | |
| #define | kACTION_TRIGGER_RESUME (0x20) |
| Action is executed automatically when node is resumed. | |
| #define | kACTION_TRIGGER_OPTIONS (0x3F) |
| Bitset containing all kActionTrigger options. | |