execHigh function

WinJS.Utilities.Scheduler.execHigh function

Applies to Windows and Windows Phone

Runs the specified callback in a high priority context.

Syntax


var object = WinJS.Utilities.Scheduler.execHigh(callback);

Parameters

callback

Type: Function

The 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

 

 

Show:
© 2017 Microsoft