An R6Class
generator object
Methods
Method toJSON()
Usage
TaskGraphLogStatus$toJSON()
Method fromJSON()
Usage
TaskGraphLogStatus$fromJSON(TaskGraphLogStatusJson)
Method toJSONString()
Usage
TaskGraphLogStatus$toJSONString()
Method fromJSONString()
Usage
TaskGraphLogStatus$fromJSONString(TaskGraphLogStatusJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
TaskGraphLogStatus$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.