WinJS.Utilities.Scheduler.createOwnerToken function

Creates and returns a new IOwnerToken which can be set to the owner property of one or more jobs.

Syntax

var iOwnerToken = WinJS.Utilities.Scheduler.createOwnerToken();

Parameters

This method has no parameters.

Return value

Type: IOwnerToken**

A new IOwnerToken which can be set to the owner property of one or more jobs.

Requirements

Minimum WinJS version

WinJS 2.0

Namespace

WinJS.Utilities.Scheduler