promote
Promote job in MATLAB Job Scheduler cluster queue
Description
promote(
promotes the job object,
job
)job
, that is in a MATLAB® Job Scheduler cluster queue.
If job
is not the first job in the queue,
promote
exchanges the position of job
and
the job before it in the queue.
Examples
Input Arguments
Tips
After a call to
promote
ordemote
, there is no change in the order of job objects contained in theJobs
property of the MATLAB Job Scheduler cluster object. To see the scheduled order of execution for jobs in the queue, use thefindJob
function in the form[pending queued running finished] = findJob(c)
.
Version History
Introduced before R2006a