Struct RunnerBkgProgress
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
Used to return information about a progress of a background execution of the runner
public record struct RunnerBkgProgress : IEquatable<RunnerBkgProgress>
- Implements
- Inherited Members
Remarks
The progress infotmation mentioned is returned via GetProgress() method
Constructors
- RunnerBkgProgress(int, int?)
Used to return information about a progress of a background execution of the runner
Properties
- EstimatedEnd
An estimation of a Position value to be at a finish of the background execution(if any)
Operators
- implicit operator RunnerBkgProgress((int, int?))
Convert a tuple of values with appropriate types to an instance of this struct.