Enumeration SessionState

Enumeration Members

Enumeration Members

Active: "active"

The sync session is actively communicating or attempting to communicate with Atlas App Services. A session may be considered active even if it is not currently connected. To find out if a session is online, check its connection state.

Inactive: "inactive"

The sync session is not attempting to communicate with Atlas App Services due to the user logging out or synchronization being paused.

Invalid: "invalid"

The sync session encountered a non-recoverable error and is permanently invalid. Create a new Session to continue syncing.

Generated using TypeDoc