Skip to contents

TaskGraphLog Class

Format

An R6Class generator object

Public fields

uuid

character [optional]

namespace

character [optional]

created_by

character [optional]

name

character [optional]

created_at

character [optional]

start_time

character [optional]

end_time

character [optional]

status

TaskGraphLogStatus [optional]

nodes

list( TaskGraphNodeMetadata ) [optional]

Methods


Method new()

Usage

TaskGraphLog$new(
  uuid = NULL,
  namespace = NULL,
  created_by = NULL,
  name = NULL,
  created_at = NULL,
  start_time = NULL,
  end_time = NULL,
  status = NULL,
  nodes = NULL,
  ...
)


Method toJSON()

Usage

TaskGraphLog$toJSON()


Method fromJSON()

Usage

TaskGraphLog$fromJSON(TaskGraphLogJson)


Method toJSONString()

Usage

TaskGraphLog$toJSONString()


Method fromJSONString()

Usage

TaskGraphLog$fromJSONString(TaskGraphLogJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

TaskGraphLog$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.