ignoreExitStatus

@JvmName(name = "kvbfcmvnefmfxpxl")
suspend fun ignoreExitStatus(value: Output<Boolean>)
@JvmName(name = "gvkwkiyvcsbnbpmq")
suspend fun ignoreExitStatus(value: Boolean?)

Parameters

value

Normally, a non-zero exit status causes the Task to fail. This flag allows execution of other Runnables to continue instead.