ReleaseFileUpdateCheckTask task =
new ReleaseFileUpdateCheckTask(null, _updateSettings, _util, _app);
// Since this thread is not a UI thread, it is ok to run the task synchronously.
task.run();
result = task.isUpToDate();
}
catch (Exception e)
{
s_log.error("isUpToDate: Unable to determine up-to-date status: " + e.getMessage(), e);