Method | Description | |
---|---|---|
Cancel ( ) : void |
Provides the method to cancel one or more tasks by the value of TaskResult.
|
|
Continue ( Adf.Core.Tasks.ApplicationTask finishedtask, |
Provide a method to continue one or more tasks after completion of specified task.
|
|
Error ( ) : void |
Provides the method to cancel one or more tasks by the value of TaskResult.
|
|
Finish ( |
Provides the method to finish one or more tasks. Also deactivate the task view of Task class object.
|
|
OK ( ) : void |
Provide a method to finish one or more tasks with success by the value of TaskResult.
|
|
Run ( ) : void |
Provides a method to run or execute one or more tasks.
|
|
Start ( ) : void |
Provides a method to start one or more tasks.
|
|
Task ( Adf.Core.Tasks.ApplicationTask name ) : System |
Initializes a new instance of the Task class with the specified predefined task name of ApplicationTask class object.
|
|
Task ( Adf.Core.Tasks.ApplicationTask name, ITask origin ) : System |
Initializes a new instance of the Task class with the specified predefined task name of ApplicationTask and starting point of task.
|
|
ValidatePreconditions ( ) : |
Provide method to validate the coditions of tasks.
|
public Continue ( Adf.Core.Tasks.ApplicationTask finishedtask, |
||
finishedtask | Adf.Core.Tasks.ApplicationTask | The task which will check for cmpletion. |
returns | The |
|
return | void |
public Finish ( |
||
returntype | The |
|
return | void |
public Task ( Adf.Core.Tasks.ApplicationTask name ) : System | ||
name | Adf.Core.Tasks.ApplicationTask | The |
return | System |
public Task ( Adf.Core.Tasks.ApplicationTask name, ITask origin ) : System | ||
name | Adf.Core.Tasks.ApplicationTask | The |
origin | ITask | The |
return | System |
public ValidatePreconditions ( ) : |
||
return |