IJob.completed property

Gets a value that indicates whether the job has successfully completed.

Syntax

var completed = iJob.completed;

Property value

Type: Boolean

true if the job successfully completed; false if the job was cancelled, paused, queued, or is still running.

Requirements

Minimum WinJS version

WinJS 2.0

Namespace

WinJS.Utilities.Scheduler

See also

IJob