|
Whitebeam Template Reference Documentation
|
Schedule Template
action.modify()
Modify an existing action definition record
See Also
rb.schedule.action.create, remove() Syntax
number = rb.schedule.action.modify(data)
Parameters
The 'action.modify' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | data | struct action.actionDef | see definition | Required. Structure containing the new values to be stored against the specified action record |
Results
The 'action.modify' method returns number:
Type/Value | Range/Length | Description |
number |
  |
Unique ID of the changed record if the changes are successfully applied, or -1 if the update failed
|
Remarks Change the fields in a specific record. |
|
(loadtime : 104ms) |