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.
You can also use the
promote function on jobs running on a MATLAB Job Scheduler cluster in the cloud. (since R2026a)
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
promoteordemote, 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).