Table of Contents

Method IsFinal

Namespace
MVVrus.AspNetCore.ActiveSession
Assembly
MVVrus.AspNetCore.ActiveSession.dll

IsFinal(RunnerStatus)

Returns true if the state, specified by State is final, i.e. that a runner execution beyond that state will never proceed.

public static bool IsFinal(this RunnerStatus State)

Parameters

State RunnerStatus

The runner state to analyze/

Returns

bool

true if the State specified is a final one (Complete, Failed or Aborted), false otherwise