DataCollectionStatus
public enum DataCollectionStatus
                Represents the status of data collection.
- 
                  
                  
No logging in progress.
Declaration
Swift
case idle - 
                  
                  
IMU data logging in progress. It can be either in store or streaming mode.
Declaration
Swift
case logging - 
                  
                  
Session data transfer in progress.
Declaration
Swift
case dataTransferInProgress - 
                  
                  
Erasing session data in progress.
Declaration
Swift
case erasingData - 
                  
                  
Not sufficient storage to start logging.
Declaration
Swift
case lowMemory - 
                  
                  
Not sufficient battery to start logging.
Declaration
Swift
case lowBattery - 
                  
                  
Error state.
Declaration
Swift
case error 
            View on GitHub
          
      DataCollectionStatus Enumeration Reference