Table of Contents

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 TResult

The returned value

Status RunnerStatus

The runner status in the moment of return

Position int

The runner position in the moment of return

FailureException Exception

Reason of the Failed status

Remarks

The result mentioned is returned via GetAvailable or GetAvailable metods.