ADSJob class
Arcana Scheduler Help
The Priority property specifies priority with which the program should be executed by the operating system.
C++ |
job->get_Priority(ADSJobPriority *value) |
VB |
job.Priority |
This property may be set to any one of the valid ADSJobPriority values.
Most processes should use ADS_PRIORITY_NORMAL, which is the default. See the discussions of the priorities in the ADSJobPriority topic before using other priorities.