Classes | |
class | EventScheduler |
Functions | |
def | repeat_time (sched_time, repeat) |
def mycroft.skills.event_scheduler.repeat_time | ( | sched_time, | |
repeat | |||
) |
Next scheduled time for repeating event. Guarantees that the time is not in the past (but could skip interim events) Args: sched_time (float): Scheduled unix time for the event repeat (float): Repeat period in seconds Returns: (float) time for next event
Definition at line 26 of file event_scheduler.py.