Description Usage Arguments Value Functions
Kill the worker container. The worker handles are unique. If multiple workers share the same instance, all workers in the same container should be killed. There is no default method for this generic.
1 2 3 4 | killDockerWorkerContainers(provider, cluster, workerHandles, verbose)
## S4 method for signature 'DummyManagedProvider'
killDockerWorkerContainers(provider, cluster, workerHandles, verbose)
|
provider |
S4 |
cluster |
S4 |
workerHandles |
Character(n). A character vector of unique instance handles. |
verbose |
Integer. The verbose level, default 1. |
A logical vector indicating whether the killing operation is successful for each instance
killDockerWorkerContainers,DummyManagedProvider-method
: The method for the dummy managed provider
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.