TaskGraphLog | R Documentation |
TaskGraphLog Class
An R6Class
generator object
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]
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)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.