Skip to content

Commit

Permalink
Updated description for checkProductStatus method
Browse files Browse the repository at this point in the history
- Merging to main
  • Loading branch information
rini21 authored May 24, 2024
2 parents e1dcb3c + 42b66a6 commit e384730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swifttools/ukssdc/APIDocs/ukssdc/xrt_prods/JobStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ True

## Querying the product status

To query the product status, use the `checkProductStatus()` method. This takes a single, optional argument detailing which product(s) to cancel. This can either be the string 'all' (to cancel all requested products) or a tuple/list of the product names. e.g.
To query the product status, use the `checkProductStatus()` method. This takes a single, optional argument detailing which product(s) to query. This can either be the string 'all' (to query all requested products) or a tuple/list of the product names. e.g.

```python
In [2]: prodStatus = myReq.checkProductStatus(('LightCurve', 'StandardPos')) # Poll only the light curve and standard position
Expand Down

0 comments on commit e384730

Please sign in to comment.