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 = 12An error occured while the object is running, no data available
Completed = 10Completed and has no new data available
Failed = 11An error occured while the object is running, no data available
NotStarted = 0Just created and not started
Progressed = 2Advanced to a new position or completed and has new data available
Stalled = 1Started but stays at the same position and has no new data available