Phalcon\Db\Adapter\MongoDB\BulkWriteResult::isAcknowledged PHP Method

isAcknowledged() public method

If the update was not acknowledged, other fields from the WriteResult (e.g. matchedCount) will be undefined.
public isAcknowledged ( ) : boolean
return boolean
    public function isAcknowledged()
    {
        return $this->isAcknowledged;
    }