WinJS.Utilities.Scheduler.IOwnerToken interface

Represents an object that owns jobs. You can use this object to cancel a set of jobs.

Members

The IOwnerToken interface has these types of members:

  • Methods

Methods

The IOwnerToken interface has these methods.

Method Description
cancelAll

Synchronously cancels the job that this token owns, including paused and blocked jobs.

 

Requirements

Minimum WinJS version

WinJS 2.0

Namespace

WinJS.Utilities.Scheduler