task_park
Set aside the current task without finalizing it, preserving verification state so unrelated work can proceed and the task can be resumed later.
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 | |||