IPublishingManagerRemoveTask Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveTask(
IPublishingTask task
)
Function RemoveTask (
task As IPublishingTask
) As Boolean
bool RemoveTask(
IPublishingTask^ task
)
abstract RemoveTask :
task : IPublishingTask -> bool Parameters
- task IPublishingTask
- The Publishing Task to remove
Return Value
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