CaptureState

public enum CaptureState

The type of a state of a capture.

  • unknown: A capture is unknown.
  • executing: A capture is in progress.
  • complete: All processing about a capture is completed.
  • Undocumented

    Declaration

    Swift

    case unknown
  • Undocumented

    Declaration

    Swift

    case executing
  • Undocumented

    Declaration

    Swift

    case complete