Click or drag to resize

IPublishingManagerRemoveTask Method


Removes a pending Publishing Task.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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