task_park
Pause an active task without finalizing it, preserving verification state so unrelated work can proceed and the task can be resumed later. Use for intentionally deferred work.
Instructions
Mark the current Task Passport parked so unrelated work can start without finalizing it. Use for intentionally deferred work: parking preserves verification state and the task can be resumed later with task_switch. Do not park to skip verification of finished work; use task_finalize to close it instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||