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
ProgressintA Position value wich a background execution have been reached
EstimatedEndint?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