StackSetManagedExecution

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

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 set to true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order. Default is false.