Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

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
IDnumber  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

Whitebeam release 1.3.36
(loadtime : 66ms)