Functor Plugin.General_services.True


module True: 
functor (X : Plugin.Parameter_input) -> Plugin.BOOL
Build a boolean option initialized to true.
Consult the Plugin Development Guide for additional details.
Parameters:
X : Plugin.Parameter_input

include Plugin.Parameter
val on : unit -> unit
Set the boolean to true.
val off : unit -> unit
Set the boolean to false.