removes duplicate test

This commit is contained in:
Shannon
2015-04-08 17:57:00 +10:00
parent 24dc8309f1
commit cc804bd3bd
2 changed files with 2 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ namespace Umbraco.Web.Scheduling
/// </summary>
public bool IsCompleted
{
get { return _runner.IsRunning == false && _tcs.Task.IsCompleted; }
get { return _runner.IsRunning == false; }
}
public void OnCompleted(Action continuation)