---
name: FinishRecordingOperation
last_updated: 2026-06-11T23:11:58Z
type: enum
---

# FinishRecordingOperation

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Cancel` | 0 | Cancels the recording, automatically undoing any work in progress. |
| `Commit` | 1 | Commits the recorded work. |
| `Append` | 2 | Commits the recorded work and merges with the previous recording if possible. |