Values.ImageScanStatusSourceThe current status of an image scan.
type nonrec t = {status : ScanStatus.t option;The current state of an image scan.
*)description : ScanStatusDescription.t option;The description of the image scan status.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ScanStatusDescription.t ])
list ]