Lines Matching refs:jobs
5 # = Background jobs
56 # completion. This is used for long-running jobs like mirror that
62 # @waiting: The job is waiting for other jobs in the transaction to
159 # This command also clears the error status for block-jobs (stream,
218 # needs to be run explicitly for jobs that don't have automatic
220 # for jobs that have @auto-dismiss option, which are drive-backup,
223 # jobs.
226 # reached its terminal state, CONCLUDED. For jobs that make use of
239 # Instructs all jobs in a transaction (or a single job if it is not
241 # necessary cleanup. This command requires that all involved jobs are
244 # For jobs in a transaction, instructing one job to finalize will
245 # force ALL jobs in the transaction to finalize, so it is only
248 # The command is applicable only to jobs which have @auto-finalize option
294 # @query-jobs:
296 # Return information about jobs.
302 { 'command': 'query-jobs', 'returns': ['JobInfo'] }