Optional_setIsPerforming: (value: boolean) => voidOptionalparent: ICommandScopeOptional_getCallbacks: () => CommandScopeCallbacksGets aggregated exception messages for this scope and all child scopes.
Gets aggregated validation failures for this scope and all child scopes.
Gets the exception messages per command for this scope's commands.
Gets whether or not there are any changes in this scope or any child scopes.
Gets whether or not any commands in this scope or any child scopes have exceptions from the last execution.
Gets whether or not any commands in this scope or any child scopes have validation failures from the last execution.
Gets whether or not any commands or queries are currently being performed in this scope or any child scopes.
Gets the parent scope, if any.
Gets the validation failures per command for this scope's commands.
Add a child scope to this scope for aggregate state tracking.
Child scope to add.
Add a command for tracking in the scope.
Command to add.
Add a query for tracking in the scope.
Query to add.
Execute all commands with changes.
Command results per command that was executed.
Revert any changes for commands in scope.
Represents an implementation of ICommandScope.