The current state of a specific server.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum ServerState |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration ServerState |
| Visual C++ |
|---|
[FlagsAttribute] public enum class 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. |