Cancel the default publication schedule, if one has been set.
Synopsis
Declared in <balm_publicationscheduler.h>
int
clearDefaultSchedule();
Description
If the default publication schedule has been set (using setDefaultSchedule), cancel that periodic default publication, and return 0. This method has no effect and will return a non‐zero value if a default publication schedule has not been set. Any scheduled publication is either canceled or completed before this method returns.
Return Value
0 on success, or a non‐zero value if no default schedule is set
Created with MrDocs