Script Task runtime object

The following tables list the members exposed by the ScriptTask type.

Name Description
Public constructor ScriptTask Construct the instance
Top
Name Description
Public property ArrayIndexes (inherited from RunObj).
Public property Category String with configured categories of ScriptTask.
Public property Count (inherited from ListObj).
Public property Description Gets the ScriptTask Description configured in EditScriptsTasks.
Public property Disable Disables the ScriptTask execution when the value is greather than zero.
Public property Domain Indicates the ScriptTask Domain

Server:

The ScriptTask runs in the Server context, it cannot access Client objects i.e., Displays or client domain tags.

Client:

The ScriptTask runs in each Client where the ModuleScript is running.

Public property ErrorMessage Contains the message with the last (most recent) error that occurred in the script execution.
Public property ExecutionsCount Gets the executions amount since the module has started.
Public property Expression Gets the expression information.
Public property ID (inherited from RunObj).
Public property Item (Overloaded) (inherited from ListObj).
Public property LastCPUTime Gets the CPU time used during the last (most recent) execution of the script.
Public property LastExecution Contains the TimeSpan of the last (most recent) execution of the script.
Public property LastPeakCPUTime
Public property Level String with configured levels of ScriptTask.
Public property ObjServer (inherited from RunObj).
Public property ObjType (inherited from RunObj).
Public property Parent (inherited from RunObj).
Public property Period Period of time required to execute a Task.
Public property Root (inherited from RunObj).
Public property Running Indicates if the current script is running.
Public property StopExecutionOnError Flag to indicate if stop script execution on error.
Public property SyncRoot (inherited from ListObj).
Public property TModule (inherited from RunObj).
Public property Trigger Gets the Tag or Object that triggers the Task execution.
Top
Name Description
Public method ClearCacheNames (inherited from ListObj).
Public method CreateEvent Create an event to be executed
Public method Equals (Overloaded) (inherited from Object).
Public method GetEnumerator (inherited from ListObj).
Public method GetEvent Return object containing information being executed
Public method GetHashCode (inherited from Object).
Public method GetID (inherited from ListObj).
Public method GetName (Overloaded) (inherited from ListObj).
Public method GetObj (Overloaded) (inherited from ListObj).
Public method GetObjAsObject (inherited from ListObj).
Public method GetObjRef (inherited from RunObj).
Public method GetType (inherited from Object).
Public method IsInUse (inherited from ListObj).
Public method OnContinue (inherited from RunObj).
Public method OnPause (inherited from RunObj).
Public method OnStart (inherited from RunObj).
Public method OnStop (inherited from RunObj).
Public method PreloadRunObj (inherited from ListObj).
Public method Static ReferenceEquals (inherited from Object).
Public method StartPreloadRunObjs (Overloaded) (inherited from ListObj).
Public method ToString (inherited from RunObj).
Top
Name Description
Public extension method ApplyCast (Overloaded) (Defined by GenericEnumerableHelper).
Public extension method ApplyCount (Defined by GenericEnumerableHelper).
Public extension method ApplySelect (Overloaded) (Defined by GenericEnumerableHelper).
Public extension method ApplyWhere (Defined by GenericEnumerableHelper).
Public extension method ApplyWhereNotNull (Defined by GenericEnumerableHelper).
Public extension method AsParallel (Defined by ParallelEnumerable).
Public extension method AsQueryable (Defined by Queryable).
Public extension method Cast (Defined by Enumerable).
Public extension method ConvertAll (Defined by IEnumerableExtensions).
Public extension method GetParentViewModel (Defined by POCOViewModelExtensions).
Public extension method GetRequiredService (Overloaded) (Defined by POCOViewModelExtensions).
Public extension method GetService (Overloaded) (Defined by POCOViewModelExtensions).
Public extension method IsInDesignMode (Defined by POCOViewModelExtensions).
Public extension method OfType (Defined by Enumerable).
Public extension method RaisePropertiesChanged (Defined by POCOViewModelExtensions).
Top