cleanupDockerCluster {DockerParallel} | R Documentation |
Cleanup the resources after the cluster has been stopped. After this function is called, all the non-free resources should be stopped. The cloud provider can still preserve some resources if they are free. This generic might be called multiple times. The default method does nothing.
cleanupDockerCluster(provider, cluster, deep, verbose)
## S4 method for signature 'ANY'
cleanupDockerCluster(provider, cluster, verbose)
provider |
S4 |
cluster |
S4 |
deep |
Logical(1), wheter all the associated resources should be removed |
verbose |
Integer. The verbose level, default 1. |
No return value
cleanupDockerCluster,ANY-method
: The default method, do nothing.