Project View: Add Job

Top  Previous  Next

dialog_add_job

 

This enables one to add a job to the current project. The following dialog will present itself:

 

dialog_job_create

 

In this dialog, you can name the job as well as select the priority of the job (high/low).

 

Please note that all tasks running at the same priority will be run sequentially - switching between each job every cycle.

Assuming for example that three jobs, A, B, and C, are running at the same priority,  A would run uninterrupted until END is reached, then B would run until END is reached, then C, then A again, etc. In most cases, it is recommended that one uses true multithreading rather than creating multiple jobs. Please see the section on Multithreading.