Process::handle_start PHP Method

handle_start() public method

public handle_start ( $msg, $state )
    public function handle_start($msg, $state)
    {
        if (!$state['part']) {
            $state = $this->start($state);
        }
        return $state;
    }