Elgg\Upgrade\Result::getSuccessCount PHP Method

getSuccessCount() public method

Get count of successfully upgraded items within the current batch
public getSuccessCount ( )
    public function getSuccessCount()
    {
        return $this->success_count;
    }