The IPublishTaskMonitor type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds a new Step to monitor to this task.
(Inherited from ITaskMonitor.) |
|
AdvanceStep |
Marks the previous Ongoing Step to the COMPLETED state.
(Inherited from ITaskMonitor.) |
|
Clear |
Clears the Steps collection.
(Inherited from ITaskMonitor.) |
|
Pages |
Retrieve the IDs of the Page to be published by the corresponding Publishing Task.
|
|
Remove |
Removes a Step to monitor from this task.
(Inherited from ITaskMonitor.) |
|
Reset |
Marks the monitor as inactive.
(Inherited from ITaskMonitor.) |
|
Shutdown |
Shuts down the monitor and issues the PublishCompleteevent.
This method is called by Publishing Task upon completing the task.
(Inherited from ITaskMonitor.) |
|
Step(Int32) |
Retrieves a Step by its index.
(Inherited from ITaskMonitor.) |
|
Step(String) |
Retrieves a Step by its unique ID.
(Inherited from ITaskMonitor.) |
|
Steps |
Retrieves the collection of Steps for the task to be monitored.
(Inherited from ITaskMonitor.) |
|
ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.) |
|
ValidateUserPermission |
Validates the user permission on the current entity. Implemented by concrete inheriting types.
It is called automatically upon saving an entity.
(Inherited from IEntity.) |
See Also