We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83f5e3b + f64923c commit b56cd8dCopy full SHA for b56cd8d
XenAdmin/Core/HealthCheck.cs
@@ -64,7 +64,7 @@ public static void CheckForAnalysisResults()
64
}
65
else if (actions.Count > 1)
66
{
67
- var parallelAction = new ParallelAction(null, "", "", "", actions);
+ var parallelAction = new ParallelAction(null, "", "", "", actions, true, true);
68
parallelAction.Completed += actionCompleted;
69
parallelAction.RunAsync();
70
0 commit comments