Enum enumTCloudProjectState
Possible values of state cloud project
Namespace: CAMAPI.ApplicationMainForm
Assembly: CAMAPI.ApplicationMainForm.dll
Syntax
public enum enumTCloudProjectState
Fields
Name | Description |
---|---|
cpsHasNotifications | Project is cloud and some unread notifications exist |
cpsInCloud | Project is cloud and actual |
cpsNotConnected | Application not connected to cloud |
cpsNotDeterminedCloud | Project exists in cloud in various files |
cpsNotInCloud | Project is local and not exists in cloud |
cpsOutdatedInCloud | Project is cloud and not actual - new version exists on server |
cpsUploading | Project is cloud and uploading to server |