cli.PollBatchConfig
cli.PollBatchConfig(job_id, target)Arguments for ‘java -jar joshsim.jar pollBatch’ command.
Single-shot status check for a dispatched batch job.
Exit codes from the JAR
0 — complete (job succeeded) 1 — error (job failed) 2 — running / pending 100 — poll failure (transient, retry)
Attributes
| Name | Type | Description |
|---|---|---|
| job_id | str | Job ID returned by batchRemote --no-wait. |
| target | str | Target profile name (loads ~/.josh/targets/<name>.json). |