Selector functions
Methods
(static) getMonitoringIsAliveStateSelector(state) → {STRING}
The request status of GET /monitoring/isAlive
REST call
Parameters:
Name | Type | Description |
---|---|---|
state |
Object | The redux state object |
Returns:
PENDING
if there is an actual ongoing request,IDLE
otherwise.
- Type
- STRING
(static) monitoringIsAliveSelector(state) → {Boolean}
Tells if the server is alive
Parameters:
Name | Type | Description |
---|---|---|
state |
Object | The redux state object |
Returns:
true
if the server is alive,false
otherwise.
- Type
- Boolean