Click or drag to resize

ITaskMonitor Methods


The ITaskMonitor type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a new Step to monitor to this task.
Public methodAdvanceStep
Marks the previous Ongoing Step to the COMPLETED state.
Public methodClear
Clears the Steps collection.
Public methodRemove
Removes a Step to monitor from this task.
Public methodReset
Marks the monitor as inactive.
Public methodShutdown
Shuts down the monitor and issues the PublishCompleteevent. This method is called by Publishing Task upon completing the task.
Public methodStep(Int32)
Retrieves a Step by its index.
Public methodStep(String)
Retrieves a Step by its unique ID.
Public methodSteps
Retrieves the collection of Steps for the task to be monitored.
Top
See Also