Enumeration

FoundryCiRunState

unstable since: 1.2

Declaration

enum Foundry.CiRunState

Description [src]

Describes the current state of a CI run.

Available since: 1.2

Members

FOUNDRY_CI_RUN_STATE_PENDING

The run has not started.

  • Value: 0
  • Available since: 1.2
FOUNDRY_CI_RUN_STATE_PREPARING

The run is preparing its environment.

  • Value: 1
  • Available since: 1.2
FOUNDRY_CI_RUN_STATE_RUNNING

The run is executing.

  • Value: 2
  • Available since: 1.2
FOUNDRY_CI_RUN_STATE_PASSED

The run completed successfully.

  • Value: 3
  • Available since: 1.2
FOUNDRY_CI_RUN_STATE_FAILED

The run failed.

  • Value: 4
  • Available since: 1.2
FOUNDRY_CI_RUN_STATE_CANCELLED

The run was cancelled.

  • Value: 5
  • Available since: 1.2