Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.SDKSupport.IParallelScriptTask Interface Reference

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.
 

Detailed Description

Interface for the parrallel Script tasks.

Definition at line 11 of file TaskSDKInterfaces.cs.

Member Function Documentation

◆ WaitForCompletion()

void AxelSemrau.Chronos.Plugin.SDKSupport.IParallelScriptTask.WaitForCompletion ( )

Waits for completion.

Property Documentation

◆ ParallelTaskName

string AxelSemrau.Chronos.Plugin.SDKSupport.IParallelScriptTask.ParallelTaskName
getset

Gets or sets the name of the evant chain.

The name of the evant chain.

Definition at line 19 of file TaskSDKInterfaces.cs.

19{ get; set; }

The documentation for this interface was generated from the following file: