ManagedExecutionProperties

data class ManagedExecutionProperties(val active: Boolean? = null)

Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

Constructors

Link copied to clipboard
constructor(active: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val active: Boolean? = null

When true , StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.