[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description |
|---|---|
| RunManual()()()() | Executes the task once immediately, and suspends (but does not stop).
A SchedulerTask object can be reused many times if ran manually. |
| RunManual(DateTime) | Executes the task once at a given time, and suspends (but does not stop).
A SchedulerTask object can be reused many times if ran manually. |
| RunManual(TimeSpan) | Executes the task once after a delay, and suspends (but does not stop).
A SchedulerTask object can be reused many times if ran manually. |