IPublishingManagerRemoveTask Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveTask(
IPublishingTask task
)
Function RemoveTask (
task As IPublishingTask
) As Boolean
bool RemoveTask(
IPublishingTask^ task
)
abstract RemoveTask :
task : IPublishingTask -> bool
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