Frama-C API - ProverTask
class printer : Stdlib.Format.formatter -> string -> object ... endval pp_file : message:string -> file:Frama_c_kernel.Filepath.t -> unitclass type pattern = object ... endnever fails
class virtual command : string -> object ... endval server : ?procs:int -> unit -> Frama_c_kernel.Task.serverIf provided, the number of procs is forwarded to the Why3 and the server
val schedule : 'a Frama_c_kernel.Task.task -> unitval spawn : ?monitor:('a option -> unit) -> ?pool:Frama_c_kernel.Task.pool -> all:bool -> smoke:bool -> ('a * bool Frama_c_kernel.Task.task) list -> unitSpawn all the tasks over the server and retain the first 'validated' one. The callback monitor is called with Some at first success, and None if none succeed. An option pool task can be passed to register the associated threads.
