C# Класс Adf.Base.Tasks.TaskExecutionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Execute() публичный статический Метод

public static Execute ( this task ) : bool
task this
Результат bool

ExecuteAndActivate() публичный статический Метод

public static ExecuteAndActivate ( this task ) : void
task this
Результат void

ExecuteAndCancel() публичный статический Метод

public static ExecuteAndCancel ( this task ) : void
task this
Результат void

ExecuteAndOk() публичный статический Метод

public static ExecuteAndOk ( this task ) : void
task this
Результат void

ExecuteAndRun() публичный статический Метод

public static ExecuteAndRun ( this task, ApplicationTask name ) : void
task this
name ApplicationTask
Результат void

RunTask() публичный статический Метод

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.
Результат void

Validate() публичный статический Метод

public static Validate ( this task ) : void
task this
Результат void