Метод | Описание | |
---|---|---|
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 |
public static Execute ( this task ) : bool | ||
task | this | |
Результат | bool |
public static ExecuteAndActivate ( this task ) : void | ||
task | this | |
Результат | void |
public static ExecuteAndCancel ( this task ) : void | ||
task | this | |
Результат | void |
public static ExecuteAndOk ( this task ) : void | ||
task | this | |
Результат | void |
public static ExecuteAndRun ( this task, ApplicationTask name ) : void | ||
task | this | |
name | ApplicationTask | |
Результат | void |
public static RunTask ( this origin, ApplicationTask name ) : void | ||
origin | this | The |
name | ApplicationTask | The |
Результат | void |
public static Validate ( this task ) : void | ||
task | this | |
Результат | void |