We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185acea commit 01f3583Copy full SHA for 01f3583
Sources/Ingestion/Models/RunOutcome.swift
@@ -10,7 +10,6 @@ import Foundation
10
public enum RunOutcome: String, Codable, CaseIterable {
11
case success
12
case failure
13
- case processing
14
}
15
16
extension RunOutcome: Hashable {}
0 commit comments