
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.
23 lines
337 B
Markdown
23 lines
337 B
Markdown
# flamencoManager.TaskStatus
|
|
|
|
## Enum
|
|
|
|
|
|
* `active` (value: `"active"`)
|
|
|
|
* `canceled` (value: `"canceled"`)
|
|
|
|
* `completed` (value: `"completed"`)
|
|
|
|
* `failed` (value: `"failed"`)
|
|
|
|
* `queued` (value: `"queued"`)
|
|
|
|
* `soft-failed` (value: `"soft-failed"`)
|
|
|
|
* `cancel-requested` (value: `"cancel-requested"`)
|
|
|
|
* `paused` (value: `"paused"`)
|
|
|
|
|