Module Base.WorkDoneProgressReportSource

Sourcetype t = {
  1. kind : string;
  2. cancellable : bool option;
  3. message : string option;
  4. percentage : int option;
}
Sourceval to_yojson : t -> Yojson.Safe.t