C# Class Adf.Base.Tasks.TaskExecutionExtensions

Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode 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 méthode

public static Execute ( this task ) : bool
task this
Résultat bool

ExecuteAndActivate() public static méthode

public static ExecuteAndActivate ( this task ) : void
task this
Résultat void

ExecuteAndCancel() public static méthode

public static ExecuteAndCancel ( this task ) : void
task this
Résultat void

ExecuteAndOk() public static méthode

public static ExecuteAndOk ( this task ) : void
task this
Résultat void

ExecuteAndRun() public static méthode

public static ExecuteAndRun ( this task, ApplicationTask name ) : void
task this
name ApplicationTask
Résultat void

RunTask() public static méthode

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.
Résultat void

Validate() public static méthode

public static Validate ( this task ) : void
task this
Résultat void