|
FireSync API
|
| kStatus kActions_AddAction | ( | kActions | actions, |
| const kChar * | typeName, | ||
| const kChar * | name, | ||
| kAction * | action | ||
| ) |
Creates and adds a new action to the actions collection.
The new action is added to the end of the actions collection.
This function involves communication with the remote node.
| actions | Actions object. |
| typeName | Specifies the type of action to add. |
| name | Name of the new action. |
| action | Receives the new action object. |