StorageListImagesState

public enum StorageListImagesState

The type of acquisition status of image list in a storage.

  • notListed: An image list is not listed. When starting acquisition, this state is changed to listing.
  • listing: An acquisition is in progress. When finishing acquisition, this state is changed to listed.
  • pending: An acquisition is pending. For example, an error is occurred when an acquisition is in progress. When restarting acquisition, this state is changed to listing.
  • listed: An image list is listed. When starting acquisition, this state is changed to listing.
  • interrupted: An image list is interrupted. For example, a connection is disconnected when an acquisition is in progress. When reconnecting and starting acquisition, this state is changed to listing.
  • Undocumented

    Declaration

    Swift

    case notListed
  • Undocumented

    Declaration

    Swift

    case listing
  • Undocumented

    Declaration

    Swift

    case pending
  • Undocumented

    Declaration

    Swift

    case listed
  • Undocumented

    Declaration

    Swift

    case interrupted