Monitoring of running jobs
To check your job(s) status on the current UI:
condor_q
To create a ssh session to a running job from the current UI:
condor_ssh_to_job jobID
where jobID is the id provided when submitting the job.
If you need to remove a job, you can run:
condor_rm jobID
Monitoring of finished jobs
To list all the jobs that you submitted from the current UI and that are already finished:
condor_history
An option is available to request an e-mail with detailed information about the job completion. For further information, please refer to https://htcondor.readthedocs.io/en/latest/users-manual/managing-a-job.html#job-completion