Kraken\Runtime\Command\Threads\ThreadsGetCommand::command PHP Method

command() protected method

protected command ( $params = [] )
    protected function command($params = [])
    {
        return $this->runtime->getManager()->getThreads();
    }
ThreadsGetCommand