Lines Matching full: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
199 # needs to be run explicitly for jobs that don't have automatic
203 # reached its terminal state, JOB_STATUS_CONCLUDED. For jobs that
216 # Instructs all jobs in a transaction (or a single job if it is not
218 # necessary cleanup. This command requires that all involved jobs are
221 # For jobs in a transaction, instructing one job to finalize will
222 # force ALL jobs in the transaction to finalize, so it is only
268 # @query-jobs:
270 # Return information about jobs.
276 { 'command': 'query-jobs', 'returns': ['JobInfo'] }