The current state of a specific server.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum ServerState
<FlagsAttribute>
Public Enumeration ServerState
[FlagsAttribute]
public enum class ServerState
[<FlagsAttribute>]
type ServerState
Members
| Member name | Value | Description |
---|
| Offline | 0 |
The server is offline.
|
| Online | 1 |
The server is online.
|
| Unknown | 2 |
The state of the server is unknown.
|
See Also