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 abstract 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)