Type Alias ApplyGroupStatesResult

Result of applying GroupState to multiple cyclic groups.

Stability: experimental

type ApplyGroupStatesResult = {
    qApplySuccess?: boolean;
    qWarnings?: ApplyGroupStateWarning[];
}
Index

Properties

qApplySuccess?: boolean

When true, the operation was successful.

Lists which states failed to be applied and why.