Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Interface for the parrallel Script tasks. More...
Public Member Functions | |
void | WaitForCompletion () |
Waits for completion. | |
Properties | |
string | ParallelTaskName [get, set] |
Gets or sets the name of the evant chain. | |
Interface for the parrallel Script tasks.
Definition at line 11 of file TaskSDKInterfaces.cs.
void AxelSemrau.Chronos.Plugin.SDKSupport.IParallelScriptTask.WaitForCompletion | ( | ) |
Waits for completion.
|
getset |
Gets or sets the name of the evant chain.
The name of the evant chain.
Definition at line 19 of file TaskSDKInterfaces.cs.