job_wait
Wait up to a specified timeout for a Factorio job to complete, returning when the job finishes or the timeout expires. Use it to pause execution until an asynchronous job is done.
Instructions
Wait up to timeout_s for one of your jobs to finish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| timeout_s | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |