Property | Type | Description | |
---|---|---|---|
tasks | Queue |
Method | Description | |
---|---|---|
Cancel ( ) : void | ||
Cancel ( bool enableResume ) : void | ||
CleanupArtifacts ( ) : void | ||
Run ( ) : void |
Method | Description | |
---|---|---|
HookupChildTask ( Task task ) : void | ||
HookupChildTask ( Task task, string name ) : void | ||
Service ( ) : System | ||
Service ( System.Guid id ) : System | ||
TaskFinishing ( bool success ) : void | ||
TaskRunning ( ) : bool | ||
TaskUpdateProgress ( Task task, float progress ) : void |
protected HookupChildTask ( Task task ) : void | ||
task | Task | |
return | void |
protected HookupChildTask ( Task task, string name ) : void | ||
task | Task | |
name | string | |
return | void |
protected Service ( System.Guid id ) : System | ||
id | System.Guid | |
return | System |
protected TaskFinishing ( bool success ) : void | ||
success | bool | |
return | void |
protected TaskUpdateProgress ( Task task, float progress ) : void | ||
task | Task | |
progress | float | |
return | void |