dk.sdu.cloud.app.orchestrator.api.JobState

UCloud Developer Guide / Orchestration of Resources / Compute / Jobs

JobState

A value describing the current state of a Job

enum class JobState {
    IN_QUEUE,
    RUNNING,
    CANCELING,
    SUCCESS,
    FAILURE,
    EXPIRED,
    SUSPENDED,
}
Properties

Last updated