Module Server_state.Status

type t =
  1. | Idle
  2. | Busy
  3. | Down
val is_idle : t -> bool