currentPriority property

Gets the priority at which this job is executed by the scheduler.
Syntax
WinJS.Utilities.Scheduler.currentPriority = value;
Property value
Type: Number
A value between 15 and -15 (inclusive) that specifies the priority at which the job is executed. Higher numbers indicate higher priority.
Requirements
|
Minimum WinJS version |
WinJS 2.0 |
|---|---|
|
Namespace |
WinJS.Utilities.Scheduler |
Show: