Enums

Details

class CloudProviders.AccountStatus(value)

Bases: GLib.Enum

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

INVALID = 0

Set if the initial state of the account is unknown

IDLE = 1

Set if the account is in idle mode

SYNCING = 2

Set if the account is currently synchronizing data

ERROR = 3

Set if an error occurred