background

@JvmName(name = "aytyjvmckdtraaob")
suspend fun background(value: Output<Boolean>)
@JvmName(name = "rpbruaggympiwnbf")
suspend fun background(value: Boolean?)

Parameters

value

This flag allows a Runnable to continue running in the background while the Task executes subsequent Runnables. This is useful to provide services to other Runnables (or to provide debugging support tools like SSH servers).