paused:bool ->
object
  val clock : SFPausableClock.t
  method elapsed_time : SFTime.t
  method get_elapsed_time : unit -> SFTime.t
  method is_paused : unit -> bool
  method pause : unit -> unit
  method restart : paused:bool -> SFTime.t
  method start : unit -> unit
end