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
demoteorpromote, there is no change in the order of job objects contained in theJobsproperty of the MATLAB Job Scheduler cluster object. To see the scheduled order of execution for jobs in the queue, use thefindJobfunction in the form[pending queued running finished] = findJob(c).
Version History
Introduced before R2006a