luminarycloud.enum.simulation_status

Classes

SimulationStatus

Represents the status of a simulation.

Module Contents

class luminarycloud.enum.simulation_status.SimulationStatus

Represents the status of a simulation.

Attributes:
UNSPECIFIED

A well-formed simulation resource will never have this value.

PENDING

Denotes that the simulation is waiting to be scheduled.

ACTIVE

Denotes that the simulation is running currently.

COMPLETED

Denotes that the simulation completed successfully.

FAILED

Denotes that the simulation completed in a failed state.

SUSPENDED

Denotes that the simulation has been suspended.

UNSPECIFIED
PENDING
ACTIVE
COMPLETED
FAILED
SUSPENDED