schedule.Start();
Stopping without blocking:
schedule.Stop();
Stopping and blocking until the schedules ends:
schedule.StopAndBlock();
schedule.Start();
Stopping without blocking:
schedule.Stop();
Stopping and blocking until the schedules ends:
schedule.StopAndBlock();