ActiveModelResponse

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

Definition of Active

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.