package org.libvirt.event; public enum BlockJobStatus { COMPLETED, FAILED, CANCELED, READY, LAST }