sscriptmethod
- Last UpdatedApr 24, 2024
- 1 minute read
This topic is about the SSCRIPTMETHOD data type.
Value syntax
argument
Description
This data type is used to represent an XRS method as a field type on XML scripting, in order to be able to execute the method from either a command or a route.
Attributes
These are the attributes for SSCRIPTMETHOD .
|
Attribute |
Type |
Description |
|---|---|---|
|
isModified |
sbool |
Sets to True in the frame where the value of this field is modified. Note that if an XRS script executes a method, the corresponding SScriptMethod field will not be set as modified. Only if XML script uses the field, the isModified property will reflect the modified state. |
|
type |
sstring |
Returns the type name. |