WinJS.Utilities.Scheduler.execHigh function
Runs the specified callback in a high priority context.
Syntax
var object = WinJS.Utilities.Scheduler.execHigh(callback);
Parameters
callback
Type: FunctionThe callback to run in a high priority callback.
Return value
Type: Object
The return value of the callback.
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.Utilities.Scheduler |