Up

module Priority

: sig

The priority of a job.

#
type t =
# | Normal
# | Low
#
val normal : t
#
val low : t
#
val sexp_of_t : t -> Sexplib.Sexp.t
end