C# Class Adf.Base.Tasks.TaskExecutionExtensions

Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
Execute ( this task ) : bool
ExecuteAndActivate ( this task ) : void
ExecuteAndCancel ( this task ) : void
ExecuteAndOk ( this task ) : void
ExecuteAndRun ( this task, ApplicationTask name ) : void
RunTask ( this origin, ApplicationTask name ) : void

Provides a method to run or execute one or more tasks.

Validate ( this task ) : void

Method Details

Execute() public static method

public static Execute ( this task ) : bool
task this
return bool

ExecuteAndActivate() public static method

public static ExecuteAndActivate ( this task ) : void
task this
return void

ExecuteAndCancel() public static method

public static ExecuteAndCancel ( this task ) : void
task this
return void

ExecuteAndOk() public static method

public static ExecuteAndOk ( this task ) : void
task this
return void

ExecuteAndRun() public static method

public static ExecuteAndRun ( this task, ApplicationTask name ) : void
task this
name ApplicationTask
return void

RunTask() public static method

Provides a method to run or execute one or more tasks.
public static RunTask ( this origin, ApplicationTask name ) : void
origin this The that defines the start point of task.
name ApplicationTask The that defines the name of task.
return void

Validate() public static method

public static Validate ( this task ) : void
task this
return void