Main Content
submit
Queue job in scheduler
Syntax
Description
Examples
Input Arguments
Tips
When a job is submitted to a cluster queue, the job's State
property
is set to queued
, and the job is added to the list of jobs waiting to be
executed.
The jobs in the waiting list are executed in a first in, first out manner; that is, the
order in which they were submitted, except when the sequence is altered by promote
, demote
, cancel
, or delete
.
Version History
Introduced before R2006a
See Also
createCommunicatingJob
| createJob
| findJob
| parcluster
| promote
| recreate