Functionality supporting CTC's Task SDK plugins.
delegate object dGetMethodInformation()
Deleget for obtaining MethodInformation.
Interface for the parrallel Script tasks.
string ParallelTaskName
Gets or sets the name of the evant chain.
void WaitForCompletion()
Waits for completion.
Allows getting the PlugIn ITask.
ITask GetPlugin()
Gets the plugin.
ITokenResolver for resolving a Method Column TRAY% expression into its value.
object ResolveExpression(string text)
Resolves a Method Column TRAY% expression into its value.
void SetTaskHelper(ITokenResolver helper)
Sets the task helper.
void SetMethodHelper(dGetMethodInformation helper)
Sets the method helper.
To be implemented by the "task" part of a Chronos plugin. Public properties of the implementing type ...