Command resource client
Command resource client
A R6 object of class CommandResourceClient
Details
Base class for resource clients issuing commands and get a result with the status of the execution,
the output and the error messages.
Methods
Inherited methods
Method new()
Creates a new CommandResourceClient instance
Arguments
resource
A valid resource object.
Returns
A CommandResourceClient object.
Method clone()
The objects of this class are cloneable with this method.
Usage
CommandResourceClient$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.