Свойство | Тип | Описание | |
---|---|---|---|
IsInErrorState | bool |
Метод | Описание | |
---|---|---|
AddTask ( System.Action task ) : void |
Adds a task for fb.exe to run in the order that it should be run
|
|
AddTask ( string name, System.Action task ) : void |
Adds a task for fb.exe to run in the order that it should be run
|
|
BuildFile ( ) : System |
Instantiates a build file and initializes the Tasks queue.
|
|
ClearTasks ( ) : void |
Clears the task list
|
|
InvokeNextTask ( ) : void |
Invokes the next task in the queue
|
Метод | Описание | |
---|---|---|
SetErrorState ( ) : void |
public AddTask ( System.Action task ) : void | ||
task | System.Action | The method to run |
Результат | void |
public AddTask ( string name, System.Action task ) : void | ||
name | string | The name of the task (will be displayed when the task is run) |
task | System.Action | The method to run |
Результат | void |
protected static SetErrorState ( ) : void | ||
Результат | void |