Click or drag to resize

ITaskMonitor Properties


The ITaskMonitor type exposes the following members.

Properties
  Name Description
Public property Completed Gets whether the corresponding Publishing Task was completed.
Public property Count Gets the count of publishing Steps.
Public property Error Gets the error message that caused the corresponding Publishing Task to stop.
Public property Inactive Gets whether the corresponding Publishing Task was marked as inactive.
Public property OngoingStatus Retrieves the status of publishing task as string message. This message is the description of the ongoing Step or sub-step in a List Step.
Public property OngoingStep Gets the Step that is currently being executed.
Public property PercentCompleted Gets the completion percentage of the corresponding Publishing Task.
Public property TotalWeight Gets the total weight of all publishing Steps.
Top
See Also