demote
Demote job in MATLAB Job Scheduler cluster queue
Syntax
Description
demote(
demotes the job object,
job
)job
, in a MATLAB® Job Scheduler cluster queue.
If job
is not the last job in the queue,
demote
exchanges the position of job
and
the job that follows it in the queue.
Examples
Input Arguments
Tips
After a call to
demote
orpromote
, 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