Property | Type | Description |
---|
Method | Description | |
---|---|---|
FindTaskById ( System.Guid id ) : ITask |
Find a task by a specified identifier from the System.Collections.Hashtable of tasks.
|
|
Home ( ) : void |
Run or execute an array of tasks.
|
|
Return ( ITask finishedtask, |
Provides a method to finish one or more task, after completion of supplied finshed task.
|
|
Run ( Adf.Core.Tasks.ApplicationTask name ) : void |
Run or execute an array of tasks by the specified ApplicationTask name.
|
|
Run ( ITask origin, Adf.Core.Tasks.ApplicationTask name ) : void |
Provides a method to run or execute one or more tasks.
|
public static FindTaskById ( System.Guid id ) : ITask | ||
id | System.Guid | The identifier of the task. |
return | ITask |
public static Return ( ITask finishedtask, |
||
finishedtask | ITask | The task which will check for cmpletion. |
returns | The |
|
return | void |
public static Run ( Adf.Core.Tasks.ApplicationTask name ) : void | ||
name | Adf.Core.Tasks.ApplicationTask | The |
return | void |
public static Run ( ITask origin, Adf.Core.Tasks.ApplicationTask name ) : void | ||
origin | ITask | The |
name | Adf.Core.Tasks.ApplicationTask | The |
return | void |