Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] job status from python
- Date: Sun, 07 Jan 2018 15:47:52 -0500
- From: Larry Martell <larry.martell@xxxxxxxxx>
- Subject: [HTCondor-users] job status from python
I am submitting jobs like this:
sub = htcondor.Submit(submit_dict)
with schedd.transaction() as txn:
id = sub.queue(txn)
Now I want to be able to tell if the job has completed or not, and
when it has completed, if it succeeded or failed. How can I do that?