stop_scheduler

dias.stop_scheduler(pidfile)

Stop a running scheduler.

TODO: Not implemented yet. This function will block until the scheduler has terminated.

Parameters:pidfile (None) – Pidfile providing the PID of the scheduler.
Raises:NotImplementedError – Because someone has to implement this.