Module Libvirt.Event.Started

module Started: sig .. end

type t = [ `Booted | `FromSnapshot | `Migrated | `Restored | `Unknown of int | `Wakeup
]
val to_string : t -> string