Method | Description | |
---|---|---|
AddTask ( CompositeTask task ) : void | ||
CompositeTaskRunner ( ) : System | ||
CompositeTaskRunner ( string name ) : System | ||
RemoveTask ( CompositeTask task ) : void | ||
Shutdown ( ) : void | ||
Shutdown ( System.TimeSpan timeout ) : void | ||
ShutdownWithAbort ( System.TimeSpan timeout ) : void | ||
Wakeup ( ) : void |
Method | Description | |
---|---|---|
Iterate ( ) : bool | ||
Run ( ) : void |
public CompositeTaskRunner ( string name ) : System | ||
name | string | |
return | System |
public RemoveTask ( CompositeTask task ) : void | ||
task | CompositeTask | |
return | void |
public Shutdown ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
return | void |
public ShutdownWithAbort ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
return | void |