IJob.owner property
Gets or sets the owner of the job.
Syntax
var owner = iJob.owner;
iJob.owner = owner;
Property value
Type: WinJS.Utilities.IOwnerToken**
The owner of the job.
Remarks
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.Utilities.Scheduler |