Table of Contents

Constructor RunnerBkgProgress

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

RunnerBkgProgress(int, int?)

Used to return information about a progress of a background execution of the runner

public RunnerBkgProgress(int Progress, int? EstimatedEnd)

Parameters

Progress int

A Position value wich a background execution have been reached

EstimatedEnd int?

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

Remarks

The progress infotmation mentioned is returned via GetProgress() method