MessageNewJobState

enum MessageNewJobState : Enum<MessageNewJobState> , ConvertibleToJava<MessageNewJobState>

The new job state.

Entries

Link copied to clipboard
Link copied to clipboard

Job is admitted (validated and persisted) and waiting for resources.

Link copied to clipboard

Job is scheduled to run as soon as resource allocation is ready. The resource allocation may happen at a later time but with a high chance to succeed.

Link copied to clipboard

Resource allocation has been successful. At least one Task in the Job is RUNNING.

Link copied to clipboard

All Tasks in the Job have finished successfully.

Link copied to clipboard

At least one Task in the Job has failed.

Link copied to clipboard

The Job will be deleted, but has not been deleted yet. Typically this is because resources used by the Job are still being cleaned up.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: MessageNewJobState
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): MessageNewJobState
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.