agda_job_await_any
Wait for the first of several pending Agda jobs to finish, returning its result after fanning work out across workspaces.
Instructions
Wait for the FIRST of several pending jobs to finish; use after fanning work out across workspaces
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | No | Job ids to race; omit to await every tracked job | |
| waitMs | No | Milliseconds to wait for the first completion before returning pending |