Returns some reports of a job, depending on boolean activations

getSomeJobReports(
  env,
  job_id,
  v,
  with_job_info = FALSE,
  with_job_metrics = FALSE,
  with_job_common_problems = FALSE,
  with_job_resume = FALSE,
  brut = FALSE
)

Arguments

env

Siwaa environment

job_id

Job Id.

v

Boolean to choose 'verbose' or 'silent' mode

with_job_info

Boolean activator. Default value FALSE.

with_job_metrics

Boolean activator. Default value FALSE.

with_job_common_problems

Boolean activator. Default value FALSE.

with_job_resume

Boolean activator. Default value FALSE.

brut

Boolean to force brut format instead of filtered/adapted one

Value

job_info if with_job_info

job_metrics if with_job_metrics

job_common_problems if with_job_common_problems

job_resume if with_job_resume

job_id Job Id (for memo).

message