ITask
|
The ITaskMonitor type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Add | Adds a new Step to monitor to this task. |
|
|
AdvanceStep | Marks the previous Ongoing Step as COMPLETED. |
|
|
Clear | Clears the Steps collection. |
|
|
Remove | Removes a Step to monitor from this task. |
|
|
Reset | Marks the monitor as inactive. |
|
|
Shutdown | Shuts down the monitor and issues the PublishCompleteevent. This method is called by Publishing Task upon completing the task. |
|
|
Step(Int32) | Retrieves a Step by its index. |
|
|
Step(String) | Retrieves a Step by its unique ID. |
|
|
Steps | Retrieves the collection of Steps for the task to be monitored. |