ADSJob class

Priority property

    Arcana Scheduler Help

The Priority property specifies priority with which the program should be executed by the operating system.

Data Type

ADSJobPriority

Syntax

 

C++

job->get_Priority(ADSJobPriority *value)
job
->
put_Priority(ADSJobPriority value)

VB

job.Priority

Values

This property may be set to any one of the valid ADSJobPriority values.

Remarks

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.