C# 클래스 Adf.Base.Tasks.Task

상속: ITask
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
Cancel ( ) : void

Provides the method to cancel one or more tasks by the value of TaskResult.

Continue ( Adf.Core.Tasks.ApplicationTask finishedtask, TaskResult returns ) : void

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 ( TaskResult returntype ) : void

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 ( ) : TaskResult

Provide method to validate the coditions of tasks.

메소드 상세

Cancel() 공개 메소드

Provides the method to cancel one or more tasks by the value of TaskResult.
public Cancel ( ) : void
리턴 void

Continue() 공개 메소드

Provide a method to continue one or more tasks after completion of specified task.
public Continue ( Adf.Core.Tasks.ApplicationTask finishedtask, TaskResult returns ) : void
finishedtask Adf.Core.Tasks.ApplicationTask The task which will check for cmpletion.
returns Adf.Core.Tasks.TaskResult The that defines the current status of a task.
리턴 void

Error() 공개 메소드

Provides the method to cancel one or more tasks by the value of TaskResult.
public Error ( ) : void
리턴 void

Finish() 공개 메소드

Provides the method to finish one or more tasks. Also deactivate the task view of Task class object.
public Finish ( TaskResult returntype ) : void
returntype Adf.Core.Tasks.TaskResult The that defines the current status of a task.
리턴 void

OK() 공개 메소드

Provide a method to finish one or more tasks with success by the value of TaskResult.
public OK ( ) : void
리턴 void

Run() 공개 메소드

Provides a method to run or execute one or more tasks.
public Run ( ) : void
리턴 void

Start() 공개 메소드

Provides a method to start one or more tasks.
public Start ( ) : void
리턴 void

Task() 공개 메소드

Initializes a new instance of the Task class with the specified predefined task name of ApplicationTask class object.
public Task ( Adf.Core.Tasks.ApplicationTask name ) : System
name Adf.Core.Tasks.ApplicationTask The that defines the task name whose value will set.
리턴 System

Task() 공개 메소드

Initializes a new instance of the Task class with the specified predefined task name of ApplicationTask and starting point of task.
public Task ( Adf.Core.Tasks.ApplicationTask name, ITask origin ) : System
name Adf.Core.Tasks.ApplicationTask The that defines the task name whose value will set.
origin ITask The that defines the start point of task.
리턴 System

ValidatePreconditions() 공개 메소드

Provide method to validate the coditions of tasks.
public ValidatePreconditions ( ) : TaskResult
리턴 Adf.Core.Tasks.TaskResult