NextflowEventModel Class

Format

An R6Class generator object

Public fields

runName

Runname character

runId

Runid character

event

Event character

utcTime

Utctime character

trace

Trace object [optional]

metadata

Metadata object [optional]

Methods

Public methods


Method new()

Usage

NextflowEventModel$new(
  runName,
  runId,
  event,
  utcTime,
  trace = NULL,
  metadata = NULL,
  ...
)


Method toJSON()

Usage

NextflowEventModel$toJSON()


Method fromJSON()

Usage

NextflowEventModel$fromJSON(NextflowEventModelJson)


Method toJSONString()

Usage

NextflowEventModel$toJSONString()


Method fromJSONString()

Usage

NextflowEventModel$fromJSONString(NextflowEventModelJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

NextflowEventModel$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.