IJob.priority property

Gets or sets the priority of the job.

Syntax

var priority = iJob.priority;
iJob.priority = priority;

Property value

Type: WinJS.Utilities.Scheduler.Priority**

The priority of the job.

Requirements

Minimum WinJS version

WinJS 2.0

Namespace

WinJS.Utilities.Scheduler

See also

IJob