Parameter.Bool
Boolean parameters.
include Common with type t = bool
type t = bool
val get : string -> unit -> t
val set : string -> t -> unit
val clear : string -> unit -> unit
val is_set : string -> unit -> bool
val is_default : string -> unit -> bool
val on : string -> unit -> unit
Set the parameter to true.
true
val off : string -> unit -> unit
Set the parameter to false.
false