completed property
Collapse the table of content
Expand the table of content

IJob.completed property

Applies to Windows and Windows Phone

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

 

 

Show:
© 2017 Microsoft