Click or drag to resize
UpdateProgressChangedEventArgsProgressPercentage Property
Gets the task progress percentage.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public int ProgressPercentage { get; }

Property Value

Type: Int32
A percentage value indicating the task progress.
Remarks
A value of 0 indicates that none of the task has been completed, and a value of 100 indicates that the task is fully complete.
See Also