recording_status
Check if a screen recording is active and retrieve details such as path, frame count, and elapsed time.
Instructions
Report whether a screen recording is currently active.
Returns: str: JSON {"ok": true, "recording": bool, "path": str|null, "frames": N, "elapsed_seconds": S|null}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |