/// <summary> /// This task is not yet done /// </summary> public static bool IsActive(this TaskState taskState) { return(!taskState.IsDone()); }