Functor Plugin.General_services.Action


module Action: 
functor (X : Plugin.Parameter_input) -> Plugin.BOOL
Build a boolean option initialized fo false, that is not saved.
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.