pyiron_base.database.filetable.get_job_status_from_file

pyiron_base.database.filetable.get_job_status_from_file#

pyiron_base.database.filetable.get_job_status_from_file(hdf5_file: str, job_name: str) str | None[source]#

Get the status of a job from an HDF5 file.

Parameters:
  • hdf5_file (str) – The path to the HDF5 file.

  • job_name (str) – The name of the job.

Returns:

The status of the job, or None if the file does not exist.

Return type:

Union[str, None]