PageState enumeration
Important
The finance and operations (Dynamics 365) mobile app and platform are no longer supported. The platform components supporting the mobile app will be removed in a future update. The mobile app has also been removed from app stores. Previously installed instances of the app will continue to work. For more information, see Removed or deprecated platform features.
Represents the various high-level states the page can be in.
Index
Enumeration members
Enumeration members
error
error: 10 The page is currently in the error state, but can be refreshed in an attempt to get out of this state.
loaded
loaded: 3 The page is fully loaded and can be refreshed and, if possible, submitted.
loading
loading: 2 The page is currently being loaded.
offline
offline: 1 The page was loaded in the offline mode, thus not refreshable.
refreshing
refreshing: 4 The page is currently refreshing its data.