Property | Type | Description | |
---|---|---|---|
CheckForShutdown | bool | ||
CompareTodaysDate | int | ||
ExecuteAction | void | ||
LogScheduleInfoEntry | void | ||
PreProcessActionTask | void | ||
StopSequential | void |
Method | Description | |
---|---|---|
BeginBackground ( ) : void | ||
BeginSequential ( ) : void | ||
BeginShutdown ( ) : void | ||
BeginStartup ( ) : void | ||
CheckForStartup ( ) : void | ||
Dispose ( ) : void | ||
ExecuteBackgroundAction ( Shows action ) : void | ||
ExecuteNextSequentialItem ( ) : void | ||
ExecuteNextShutdownItem ( ) : void | ||
ExecuteNextStartupItem ( ) : void | ||
OnBackgroundActionComplete ( object sender, |
||
OnSequentialActionComplete ( object sender, |
||
OnShutdownActionComplete ( object sender, |
||
OnStartupActionComplete ( object sender, |
||
ProcessSchedule ( ) : void | ||
Shutdown ( ) : void | ||
Start ( bool manuallyStarted ) : void | ||
StartShutdownIfRequested ( ) : bool | ||
Stop ( bool graceful ) : void | ||
StopBackground ( ) : void |
Method | Description | |
---|---|---|
CheckForShutdown ( ) : bool | ||
CompareTodaysDate ( System.DateTime date ) : int | ||
ExecuteAction ( Shows action ) : void | ||
LogScheduleInfoEntry ( string message ) : void | ||
PreProcessActionTask ( ) : void | ||
StopSequential ( ) : void |
public ExecuteBackgroundAction ( Shows action ) : void | ||
action | Shows | |
return | void |
public OnBackgroundActionComplete ( object sender, |
||
sender | object | |
e | ||
return | void |
public OnSequentialActionComplete ( object sender, |
||
sender | object | |
e | ||
return | void |
public OnShutdownActionComplete ( object sender, |
||
sender | object | |
e | ||
return | void |
public OnStartupActionComplete ( object sender, |
||
sender | object | |
e | ||
return | void |