Module Values.ResetTimerActionSource

Information required to reset the timer. The timer is reset to the previously evaluated result of the duration. The duration expression isn't reevaluated when you reset the timer.

Sourcetype nonrec t = {
  1. timerName : TimerName.t;
    (*

    The name of the timer to reset.

    *)
}
Sourceval context_ : string
Sourceval make : timerName:TimerName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TimerName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t