...
| Purpose | Submits a list of jobs to be dispatched by the Supervisor. | 
 | 
| Prototype | QB_BOOL qbsubmit(QbJobList& submit, QbJobList& result, QB_BOOL deferTableCreation = QB_FALSE) | 
 | 
| Parameters | submit | Pointer to a list of job objects to be submitted. | 
| 
 | result | Pointer to an updated list of job objects submitted to the Supervisor. | 
| deferTableCreation | Whether the supervisor should defer DB table creation or not (default FALSE). | |
| Result | QB_TRUE if the job list was submitted successfully, QB_FALSE otherwise. | 
 | 
...