| SessionInfoIsInWork Property |
Gets a value indicating whether this session is in work state.
Namespace:
Koopman.CheckPoint
Assembly:
CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax [JsonPropertyAttribute(PropertyName = "in-work")]
public bool IsInWork { get; }
Request Example
View SourceProperty Value
Type:
Booleantrue if this session is in work state; otherwise,
false.
See Also