Client status values.
More...
Client status values.
Enumerates the possible values for the client status.
- See also
- FIELD_CLIENT_STATUS
◆ DESTROYED
| readonly long TIBCO.FTL.Monitoring.ClientStatus.DESTROYED = -2 |
|
static |
The client has been destroyed.
◆ EXCEPTION
| readonly long TIBCO.FTL.Monitoring.ClientStatus.EXCEPTION = 4 |
|
static |
The client has indicated an exception.
◆ NEEDS_RESTART
| readonly long TIBCO.FTL.Monitoring.ClientStatus.NEEDS_RESTART = 2 |
|
static |
The client needs to be restarted.
◆ OFF_LINE
| readonly long TIBCO.FTL.Monitoring.ClientStatus.OFF_LINE = -1 |
|
static |
◆ OUT_OF_SYNC
| readonly long TIBCO.FTL.Monitoring.ClientStatus.OUT_OF_SYNC = 5 |
|
static |
The client is out of sync.
◆ RUNNING
| readonly long TIBCO.FTL.Monitoring.ClientStatus.RUNNING = 1 |
|
static |
◆ TIMED_OUT
| readonly long TIBCO.FTL.Monitoring.ClientStatus.TIMED_OUT = 3 |
|
static |
The client has timed out.