BloombergLP::balm::PublicationScheduler::findCategorySchedule

Load into result the individual schedule interval for category.

Synopsis

Declared in <balm_publicationscheduler.h>

bool
findCategorySchedule(
    bsls::TimeInterval* result,
    char const* category) const;

Description

Load into the specified result the individual schedule interval (set using the scheduleCategory method) that corresponds to the specified null-terminated string category, if found, and return true, or (if not found) return false with no effect. This method will return false and will not modify result if category is published as part of the default scheduled publication.

Return Value

true if an individual schedule is found, and false otherwise

Parameters

NameDescription
resultreceives the schedule interval for category
categorynull-terminated category name to look up