]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/block-core.json
blockjobs: add CONCLUDED state
[mirror_qemu.git] / qapi / block-core.json
index 568962d5ff8081729b9c562e937215ebd1cd4af6..7a9d7ad7428eb94a571f9257a6e3a951894dabcc 100644 (file)
 #           The job may return to @ready or otherwise be canceled.
 #
 # @aborting: The job is in the process of being aborted, and will finish with
-#            an error.
+#            an error. The job will afterwards report that it is @concluded.
 #            This status may not be visible to the management process.
 #
+# @concluded: The job has finished all work. If manual was set to true, the job
+#             will remain in the query list until it is dismissed.
+#
 # Since: 2.12
 ##
 { 'enum': 'BlockJobStatus',
   'data': ['undefined', 'created', 'running', 'paused', 'ready', 'standby',
-           'aborting' ] }
+           'aborting', 'concluded' ] }
 
 ##
 # @BlockJobInfo: