Update OnScheduler issues.

This commit is contained in:
robvde 2013-02-02 16:01:38 +04:00
parent 1297722c6a
commit b7ab52690e
4 changed files with 54 additions and 33 deletions

View file

@ -2132,6 +2132,7 @@ namespace WebsitePanel.EnterpriseServer
catch(Exception ex)
{
TaskManager.WriteError(ex);
res.IsSuccess = false;
}
return res;
}