DNCreateEnvironment::start PHP Method

start() public method

public start ( )
    public function start()
    {
        $log = $this->log();
        $token = $this->enqueueCreation();
        $this->ResqueToken = $token;
        $this->Status = 'Queued';
        $this->write();
        $message = sprintf('Environment creation queued as job %s', $token);
        $log->write($message);
    }