Module Event.Reschedule_result

type t =
| Ok
| Currently_happening
| Recently_aborted
| Recently_fired

Recently_aborted and Recently_fired can happen if the time was not advanced between the corresponding thing happening and the call to reschedule*.

val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t