| TaskGraphLog | R Documentation |
TaskGraphLog Class
An R6Class generator object
uuidcharacter [optional]
namespacecharacter [optional]
created_bycharacter [optional]
namecharacter [optional]
created_atcharacter [optional]
start_timecharacter [optional]
end_timecharacter [optional]
statusTaskGraphLogStatus [optional]
nodeslist( TaskGraphNodeMetadata ) [optional]
new()TaskGraphLog$new( uuid = NULL, namespace = NULL, created_by = NULL, name = NULL, created_at = NULL, start_time = NULL, end_time = NULL, status = NULL, nodes = NULL, ... )
toJSON()TaskGraphLog$toJSON()
fromJSON()TaskGraphLog$fromJSON(TaskGraphLogJson)
toJSONString()TaskGraphLog$toJSONString()
fromJSONString()TaskGraphLog$fromJSONString(TaskGraphLogJson)
clone()The objects of this class are cloneable with this method.
TaskGraphLog$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.