AppserverIo\Appserver\Core\Api\Node\JobNode::getExecute PHP Method

getExecute() public method

Returns the node containing executable information.
public getExecute ( ) : ExecuteNode
return ExecuteNode The node containing executable information
    public function getExecute()
    {
        return $this->execute;
    }