Clears the schedule of the module.
| 293 | |
| 294 | // Clears the schedule of the module. |
| 295 | void clear_schedule() { schedule_.reset(); } |
| 296 | |
| 297 | // Returns true if the module has a schedule set. |
| 298 | bool has_schedule() const { return schedule_.has_value(); } |