ModuleScript Class

Class for Script operation.
Public Class ModuleScript
This language is not supported or no code example is available.
public class ModuleScript
This language is not supported or no code example is available.
Name Description
Public constructor ModuleScript(RunObj, int) Construct an instance of this class
Top
Name Description
Public property Class Access to Script Class objects. Syntax: Script.Class.ClassName
Public property DisableMultiThreading Flag to disable the script multi threading execution.
Public property Expression Access to ScriptExpression objects.
Public property PreloadedTags Flag to indicate wheter initial tags already was preloaded
Public property Task Access to ScriptTask objects. Syntax: Script.Task.TaskName
Top
Methods
 
Name Description
Public method GetTaskEventCount() Return number of events to be executed
Top
Name Description
Public enumeration e Enum containg list of IDs of runtime objects
Top
T.Modules.Script.ModuleScript

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition