IJobInfo.shouldYield property
Gets a value that specifies whether the job should yield.
Syntax
var shouldYield = iJobInfo.shouldYield;
Property value
Type: ****
true if the job should yield; otherwise, false.
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.Utilities.Scheduler |