flamenco/web/manager-api/docs/JobStatus.md
Sybren A. Stüvel e990603311 OAPI: Add generated JavaScript API client
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.
2022-04-01 16:40:54 +02:00

620 B

flamencoManager.JobStatus

Enum

  • active (value: "active")

  • canceled (value: "canceled")

  • completed (value: "completed")

  • construction-failed (value: "construction-failed")

  • failed (value: "failed")

  • paused (value: "paused")

  • queued (value: "queued")

  • archived (value: "archived")

  • archiving (value: "archiving")

  • cancel-requested (value: "cancel-requested")

  • fail-requested (value: "fail-requested")

  • requeued (value: "requeued")

  • under-construction (value: "under-construction")

  • waiting-for-files (value: "waiting-for-files")