ScheduleState

enum ScheduleState : Enum<ScheduleState> , ConvertibleToJava<ScheduleState>

Entries

Link copied to clipboard

Unspecified state.

Link copied to clipboard

The job is executing normally.

Link copied to clipboard

The job is paused by the user. It will not execute. A user can intentionally pause the job using PauseJobRequest.

Link copied to clipboard

The job is disabled by the system due to error. The user cannot directly set a job to be disabled.

Link copied to clipboard

The job state resulting from a failed CloudScheduler.UpdateJob operation. To recover a job from this state, retry CloudScheduler.UpdateJob until a successful response is received.

Link copied to clipboard

The schedule resource is being created.

Link copied to clipboard

The schedule resource is being deleted.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): ScheduleState
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.

Properties

Link copied to clipboard
val javaValue: ScheduleState
Link copied to clipboard
Link copied to clipboard