Details
An R6 class that represents a Task
Public fields
connect
The Connect instance.
task
The task.
data
The task data.
Methods
Method new()
Initialize this task.
Arguments
connect
The Connect
instance.
task
The task data.
Method get_connect()
Return the associated Connect instance.
Method get_task()
Return the underlying task.
Method add_data()
Set the data.
Method get_data()
Get the data.
Method clone()
The objects of this class are cloneable with this method.
Arguments
deep
Whether to make a deep clone.