|
Whitebeam Template Reference Documentation
|
Schedule Template
action.create()
Create a action definition
See Also
rb.schedule.action.modify, remove() Syntax
number = rb.schedule.action.create(action)
Parameters
The 'action.create' method takes 1 parameter:
Results
The 'action.create' method returns number:
Type/Value | Range/Length | Description |
number |
  |
Unique ID of the newly created action record, or -1 if the record could not be created
|
Remarks Create a new action definition and return the ID of that record to the caller. |
|
(loadtime : 109ms) |