Constructor RunnerResult
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
RunnerResult(TResult, RunnerStatus, int, Exception?)
Used to return result of a runner execution.
public RunnerResult(TResult Result, RunnerStatus Status, int Position, Exception? FailureException = null)
Parameters
Result
TResultThe returned value
Status
RunnerStatusThe runner status in the moment of return
Position
intThe runner position in the moment of return
FailureException
ExceptionReason of the Failed status
Remarks
The result mentioned is returned via GetAvailable or GetAvailable metods.