| Task {connectapi} | R Documentation |
Task
Description
Task
Task
Details
An R6 class that represents a Task
Public fields
connectThe Connect instance.
taskThe task.
dataThe task data.
Methods
Public methods
Method new()
Initialize this task.
Usage
Task$new(connect, task)
Arguments
connectThe
Connectinstance.taskThe task data.
Method get_connect()
Return the associated Connect instance.
Usage
Task$get_connect()
Method get_task()
Return the underlying task.
Usage
Task$get_task()
Method add_data()
Set the data.
Usage
Task$add_data(data)
Arguments
dataThe data.
Method get_data()
Get the data.
Usage
Task$get_data()
Method print()
Print this object.
Usage
Task$print(...)
Arguments
...Unused.
Method clone()
The objects of this class are cloneable with this method.
Usage
Task$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
See Also
Other R6 classes:
Bundle,
Content,
ContentTask,
Environment,
PositConnect,
Vanity,
Variant,
VariantSchedule,
VariantTask
[Package connectapi version 0.2.0 Index]