The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WinJS.UI.DataSourceStatus enumeration

Describes the status of an IListDataSource.
Syntax
var WinJS.UI.DataSourceStatus = { ready : "ready", waiting : "waiting", failure : "failure" }
Members
The DataSourceStatus enumeration has these members.
| Member | Value | Description |
|---|---|---|
| ready | "ready" |
The IListDataSource is ready. |
| waiting | "waiting" |
The IListDataSource is still loading. |
| failure | "failure" |
The IListDataSource failed to load. |
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
Show: