commit_model_transaction
Commit all accumulated model changes in a single atomic operation. If SaveChanges fails, the transaction remains open for correction or rollback, preventing partial commits.
Instructions
Commit the open model transaction: one real SaveChanges applies every accumulated change (and any deferred refresh requests). If SaveChanges fails the transaction stays open so you can fix the model or roll back - nothing is half-committed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes |