task_park
Park a task to preserve its verification state and pause it without closing. Resume later with task_switch to continue 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 | |||