[This is preliminary documentation and is subject to change.]
The ScriptRunner type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| ScriptRunner | Initializes a new instance of the ScriptRunner class |
Methods
| Name | Description | |
|---|---|---|
| Configure | ||
Determines whether the specified object is equal to the current object. (Inherited from | ||
| Execute |
Runs script on the configuration
| |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
Properties
| Name | Description | |
|---|---|---|
| AttributeScriptOnly |
Gets/sets attribute name that indicates that marked entity should not be brough over into script output target
| |
| KeywordBLOCK |
Gets/sets BLOCK keyword - used for unconditional script evaluation block
| |
| KeywordCALL |
Gets/sets CALL keyword - used for sub-routine invocation
| |
| KeywordELSE |
Gets/sets ELSE keyword - used for IF-complementary conditional block
| |
| KeywordIF |
Gets/sets IF keyword - used for conditional block
| |
| KeywordLOOP |
Gets/sets LOOP keyword - used for repetition block
| |
| KeywordSET |
Gets/sets SET keyword - used for variable assignment statement
| |
| TimeoutMs |
Gets/sets script execution timeout
|
See Also