Table of Contents

Method GetProgress

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

GetProgress()

Returns information about progress of background operation of a runner.

public override RunnerBkgProgress GetProgress()

Returns

RunnerBkgProgress

A record struct containing a pair of values:

Progress: a Position value wich a background execution have been reached

EstimatedEnd: estimation of a Position value to be at a finish of the background execution(if any)

Remarks

Retunrs total number of elements already fetched by background process in the Progress result field. The EstimatedEnd result field will be left null until the runner background execution finishes. Otherwise it will contain the same value as Progress field.