Enumeration

CloudProvidersAccountStatus

Declaration

enum CloudProviders.AccountStatus

Description [src]

Enum values used to describe the sync status of a cloud providers account.

Members

CLOUD_PROVIDERS_ACCOUNT_STATUS_INVALID

Set if the initial state of the account is unknown.

  • Value: 0
  • Available since: 0.3
CLOUD_PROVIDERS_ACCOUNT_STATUS_IDLE

Set if the account is in idle mode.

  • Value: 1
  • Available since: 0.3
CLOUD_PROVIDERS_ACCOUNT_STATUS_SYNCING

Set if the account is currently synchronizing data.

  • Value: 2
  • Available since: 0.3
CLOUD_PROVIDERS_ACCOUNT_STATUS_ERROR

Set if an error occurred.

  • Value: 3
  • Available since: 0.3