Class TaskResourceUnavailableTimeoutBehavior (1.82.0)

TaskResourceUnavailableTimeoutBehavior(value)

An enum that specifies the behavior to take if the timeout is reached.

Enums

Name Description
TASK_RESOURCE_UNAVAILABLE_TIMEOUT_BEHAVIOR_UNSPECIFIED Unspecified. Behavior is same as `FAIL`.
FAIL Fail the task if the timeout is reached.
FALL_BACK_TO_ON_DEMAND Fall back to on-demand execution if the timeout is reached.

Methods

TaskResourceUnavailableTimeoutBehavior

TaskResourceUnavailableTimeoutBehavior(value)

An enum that specifies the behavior to take if the timeout is reached.