Lines Matching full:stopped
12 //! - Stopped: initialized but not started, or cancelled, or not restarted.
42 //! --------->| Stopped | | Started +---------->| Running |
53 //! A timer is initialized in the **stopped** state. A stopped timer can be
58 //! **started* or **stopped** state, depending on the return value of the
60 //! by the `cancel` operation. A timer that is cancelled enters the **stopped**
67 //! A `restart` operation on a timer in the **stopped** state is equivalent to a
143 /// so, the timer might not be in the **stopped** state when this function
188 /// until the timer is stopped and the callback has completed.
222 /// until the timer is stopped and the callback has completed.
325 /// so, the timer might not be in the **stopped** state when this function