ScanStatus enum ScanStatus : Equatable started Declaration Swift case started stopped Declaration Swift case stopped isStarted Declaration Swift public var isStarted: Bool { get }