Cancel the periodic publication schedule for category.
Declared in <balm_publicationscheduler.h>
int
cancelCategorySchedule(char const* category);
Cancel the periodic publication of the specified null-terminated string category. Return 0 on success, and a non-zero value if the category is not scheduled for publication. Any scheduled publication of category is either canceled or completed before this method returns. Note that if a default publication schedule has been set (using setDefaultSchedule), then category will continue to be published as part of that scheduled default publication; to exclude a category from any publication, clients can disable the category using the MetricsManager object supplied at construction.
0 on success, or a non-zero value if category is not scheduled
| Name | Description |
|---|---|
| category | null-terminated category name to unschedule |