readyState property

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Represents the state of the asynchronous operation within the Windows app using JavaScript.

Syntax

JavaScript
p = object.readyState

 

Property values

Type: Number

0

STARTED

1

COMPLETED

2

ERROR

See also

MSAppAsyncOperation