Click or drag to resize

ITaskMonitor Properties


The ITaskMonitor type exposes the following members.

Properties
  NameDescription
Public propertyCompleted
Gets whether the corresponding Publishing Task was completed already.
Public propertyCount
Gets the count of publishing Steps.
Public propertyError
Gets the error message that caused the corresponding Publishing Task to stop.
Public propertyInactive
Gets whether the corresponding Publishing Task was marked as inactive.
Public propertyOngoingStatus
Retrieves the status of publishing task as string message. This message is the description of the ongoing Step or substep in a List Step.
Public propertyOngoingStep
Gets the Step that is currently being executed.
Public propertyPercentCompleted
Gets the completion percentage of the corresponding Publishing Task.
Public propertyTotalWeight
Gets the total weight of all publishing Steps.
Top
See Also