job_result
Retrieve the status and outcome of an asynchronous FreeCAD job, returning its result when complete or an error if it failed. Set discard to true to free a finished job's cache.
Instructions
Fetch an async job's outcome. Returns {job_id, kind, status, elapsed_s, result (when done) | error (when failed)}; while running neither is set. discard=True frees a terminal job (and its cache entry) once you have it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| discard | No |