JobResult-class: JobResult

JobResult-classR Documentation

JobResult

Description

A class for storing information on the results of pipeline jobs.

Usage

JobResult(out = character(), err = character(), status = 0L,
  command = character())

Arguments

out

Character vector storing the output of the job. character string containing no white spaces.

err

Character vector storing errors that occurred during the execution of the job command or tool

status

Integer specifying the job's status. 0 for success.

command

The command used to run the job as character.

Slots

out

Character vector storing the output of the job.

err

Character vector storing errors that occurred during the execution of the job

status

Integer specifying the job's status. 0 for success.

command

Character storing the command used to run the job.

Methods

getOut,JobResult-method, getErr,JobResult-method, getStatus,JobResult-method

Getters for the out, err, status slots

Author(s)

Fabian Mueller


MPIIComputationalEpigenetics/muPipeR documentation built on Oct. 18, 2022, 2:35 a.m.