Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |