Job Run

Object obtained from get_most_recent_run(), job_runs_for_jobs(), job_runs_for_scheduler(), and job_runs_for_jobs_by_start_time() methods, see Job Commands

Parameters

  • run
  • schedulers

Methods

  • end_time() - in parse_date() format ('2007/1/15 13:21:00 MST'), if any, or None

  • job() - name of the job

  • job_impl() - internal Java object representing the job

  • machine() - the run machine

  • run_impl() - internal Java object representing the run

  • running_time() - in parse_date() format ('2007/1/15 13:21:00 MST')

  • sched_id() - sched Id

  • scheduler() - name of the scheduler

  • start_time() - in parse_date() format ('2007/1/15 13:21:00 MST')

  • term_status() - string such as "SUCCESS"

For more information, see parse_date().