
This adds a JS client for the OAPI interface, and introduces the SocketIO stuff into Flamenco Manager itself. To build & run: - in `web/manager-api` run `npm install` - in `web/manager-api` run `npm link` - in `web/app` run `npm install` - in `web/app` run `npm link flamenco-manager` - in `web/app` run `yarn serve` This may not be a complete list, but at least some of those steps are necessary.
21 lines
275 B
Markdown
21 lines
275 B
Markdown
# flamencoManager.WorkerStatus
|
|
|
|
## Enum
|
|
|
|
|
|
* `starting` (value: `"starting"`)
|
|
|
|
* `awake` (value: `"awake"`)
|
|
|
|
* `asleep` (value: `"asleep"`)
|
|
|
|
* `error` (value: `"error"`)
|
|
|
|
* `shutdown` (value: `"shutdown"`)
|
|
|
|
* `testing` (value: `"testing"`)
|
|
|
|
* `offline` (value: `"offline"`)
|
|
|
|
|