Enum RunnerStatus
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
Enumeration containing possible states of a runner object? implementing a IRunner<TResult>interface.
public enum RunnerStatus
- Extension Methods
Fields
Aborted = 12
An error occured while the object is running, no data available
Completed = 10
Completed and has no new data available
Failed = 11
An error occured while the object is running, no data available
NotStarted = 0
Just created and not started
Progressed = 2
Advanced to a new position or completed and has new data available
Stalled = 1
Started but stays at the same position and has no new data available