Property Status
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
Status
Current status of the runner object. It is a part of IRunner interface implementation. Overrides RunnerBase.Status.
public override RunnerStatus Status { get; }
Property Value
Remarks
From a base class (RunnerBase) perspective the value of the property at any running stages (namely Stalled or Progressed) always contains the same value: Stalled. But this property override takes also in account the presence of items fetched into its queue, changing the returned property value to Progressed if the queue is not empty.