Automatic

@Serializable
sealed interface Automatic(source)

Whether to allow a job to retry automatically. If set to true, the retry conditions are set to the default value.

Inheritors

Types

Link copied to clipboard
@Serializable
value class AutomaticElementArrayValue(val value: List<AutomaticElement>) : Automatic
Link copied to clipboard
@Serializable
value class AutomaticElementValue(val value: AutomaticElement) : Automatic
Link copied to clipboard
@Serializable
value class BoolValue(val value: Boolean) : Automatic