IPublishingManagerRemoveTask Method Ingeniux CMS Content Store API

Removes a pending Publishing Task.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool RemoveTask(
	IPublishingTask task
)

Parameters

task
Type: Ingeniux.CMSIPublishingTask
The Publishing Task to remove

Return Value

Type: Boolean
True if task is removed, false otherwise.
Remarks

If task parameter value is null, returns false.

It is possible to remove a Publishing Task that is being executed, but it will not stop execution.

See Also

Reference