enum
ScanPhase
public enum ScanPhase Lifecycle state of a Pro scan. Transitions are linear: Idle → Running → (Completed | Cancelled | Faulted). Once a terminal phase (Completed, Cancelled, Faulted) is set, it is sticky — EndScan will not silently overwrite it.
Values
Idle = 0 Idle = 0 No description available.
Running = 1 Running = 1 No description available.
Completed = 2 Completed = 2 No description available.
Cancelled = 3 Cancelled = 3 No description available.
Faulted = 4 Faulted = 4 No description available.
Generated from Core/Scanning/ScanState.cs in RefSafe Pro 2.2.0.