Click or drag to resize

CheckPointTaskProgressPercentage Property

Gets the progress percentage.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "progress-percentage")]
public int ProgressPercentage { get; }
Request Example View Source

Property Value

Type: Int32
The progress percentage.
See Also