(Deprecated) use vcPositionStatement
vcRslProcessStatement
vcRslProcessStatement is a statement that can execute a defined RSL Process Handler behavior.
Inherits: vcRslStatement
Properties
Name | Type | Access | Description |
Process | String | RW | Defines the name of process to be executed by statement. |
Methods
Name | Return Type | Parameters | Description |
createProperty | vcProperty | String type, String name, [Enumeration constraints] | Adds a new property of a given type and name to statement.
An optional constraints argument can be given to defines constraints for the new property, which must be done at the time of creation. |
deleteProperty | None | vcProperty property | Deletes a given property from statement. |
getProperty | vcProperty | String name | Returns the first property matching the given name in statement; otherwise returns None. |