Provides script language access to C++ objects of this type.
Object members are as follows:
| Type Name | Accessor Name | Documentation |
|---|---|---|
| int32 | Debug | Sets or gets the debug flag. |
| string | ScriptFunction | Sets or gets the script function, which is the function that specifies which workload the node should execute. |
| string | ScriptNamespace | Sets or gets the script namespace, which is the library declaration name of the SSL script that executes the workload. For example: in 'library MyWorkload;', 'MyWorkload' is the script namespace. |
| string | ScriptPath | Sets or gets the path on disk to the script that contains the SSL that executes the workload. |