exitCodes

@JvmName(name = "nprgmeitvqckscxc")
suspend fun exitCodes(value: Output<List<Int>>)
@JvmName(name = "rbsjgmfavodtyfbd")
suspend fun exitCodes(value: List<Int>?)

Parameters

value

Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.


@JvmName(name = "hlqobtqkpqdxvcov")
suspend fun exitCodes(vararg values: Output<Int>)


@JvmName(name = "fnsjvdgacblxusct")
suspend fun exitCodes(values: List<Output<Int>>)
@JvmName(name = "dejxvqhdklpyijru")
suspend fun exitCodes(vararg values: Int)

Parameters

values

Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.