GET/jack/isrunning
Gets a boolean value if the Jack Daemon is running or not.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
A message with clear information what's going on.
status booleanrequired
The boolean value.
{
"message": "string",
"status": true
}
Loading...