OperationStatus.ProgressValue Property
Gets the current amount of progress for the operation represented by the OperationStatus, if State is OperationState.Working, or 0 otherwise or if the operation's progress is unknown.
[Visual Basic]
Public ReadOnly Property ProgressValue As Long
[C#]
public long ProgressValue {get;}
See Also
OperationStatus Class | OperationStatus Members | Kjs.AppLife.Update.Web Namespace