checkForUpdates method
      
void
checkForUpdates()
      
     
    
Принудительная проверка на наличие обновлений.
Implementation
void checkForUpdates()  {
  void res = _CPackageManager_checkForUpdates(_CPackageManagerMakeDefault().._impl=_self);
  return res;
}