Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 451 Bytes

File metadata and controls

11 lines (9 loc) · 451 Bytes

RemoteSystemStatus enum

Contains the values that describe a remote system's availability status.

Fields

Member Value Description
UNKNOWN 0 The availability of the remote system is unknown.
DISCOVERING_AVAILABILITY 1 The availability of the remote system is currently being discovered.
AVAILABLE 2 The remote system is available.
UNAVAILABLE 3 The remote system is unavailable.