Cancels the curl transfer if the reporter was cancelled.
@ -183,7 +183,7 @@ BACKGROUND_JOB_REPORTER::BACKGROUND_JOB_REPORTER( BACKGROUND_JOBS_MONITOR* aMoni
bool BACKGROUND_JOB_REPORTER::updateUI()
{
return true;
return !m_cancelled;
}