JobScheduler.stop

Stops the scheduler. This method blocks until shutdown is complete.

  1. void stop(bool force)
    interface JobScheduler
    void
    stop
    (
    bool force
    )
  2. void stop()

Parameters

force bool

Whether to forcibly shutdown, cancelling any current jobs.

Meta