Kraken\Runtime\RuntimeManagerInterface::flushRuntimes PHP Method

flushRuntimes() public method

Flush runtimes without destroying them.
public flushRuntimes ( integer $flags = Runtime::DESTROY_KEEP ) : Kraken\Promise\PromiseInterface
$flags integer
return Kraken\Promise\PromiseInterface
    public function flushRuntimes($flags = Runtime::DESTROY_KEEP);