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
Parameters
- task
- Type: Ingeniux.CMSIPublishingTask
The Publishing Task to remove
Return Value
Type: BooleanTrue 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