libnrdpd.schedule¶
Core scheduling and execution.
-
class
libnrdpd.schedule.
Schedule
(cfg)[source]¶ Bases:
object
Handle scheduling of checks
- Parameters
cfg (
libnrdpd.config.Config
) – Config object- Raises
ValueError – Raised when incoming
cfg
is of the wrong type.