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
ResultTResultThe returned value
StatusRunnerStatusThe runner status in the moment of return
PositionintThe runner position in the moment of return
FailureExceptionExceptionReason of the Failed status
Remarks
The result mentioned is returned via GetAvailable or GetAvailable metods.