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
fun ManagedExecutionProperties(active: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val active: Boolean? = null