Click or drag to resize

CheckPointTaskStatus Property

Gets the task status.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "status")]
public CheckPointTaskTaskStatus Status { get; }
Request Example View Source

Property Value

Type: CheckPointTaskTaskStatus
The status.
See Also