Kraken\Runtime\RuntimeManagerInterface::destroyRuntimes PHP Method

destroyRuntimes() public method

Destroy multiple containers at once.
See also: RuntimeManagerInterface::destroyRuntimes
public destroyRuntimes ( string[] $aliases, integer $flags = Runtime::DESTROY_FORCE_SOFT, mixed[]] $params = [] ) : Kraken\Promise\PromiseInterface
$aliases string[]
$flags integer
$params mixed[]]
return Kraken\Promise\PromiseInterface
    public function destroyRuntimes($aliases, $flags = Runtime::DESTROY_FORCE_SOFT, $params = []);