|
Whitebeam Template Reference Documentation
|
Schedule Template
action.remove()
Permanently remove an action definition record
See Also
rb.schedule.action.create, modify() Syntax
number = rb.schedule.action.remove(ID)
Parameters
The 'action.remove' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | ID | number | | Required. Unique ID of the action to be removed |
Results
The 'action.remove' method returns number:
Type/Value | Range/Length | Description |
number |
  |
Unique ID of the action that is successfully removed. -1 if that record does not exist or can't be removed
|
Remarks Delete an action from the system |
|
(loadtime : 170ms) |