1 write to Total
Microsoft.DotNet.Helix.Client (1)
generated-code\Models\JobPassFail.cs (1)
14
Total
= total;
5 references to Total
Microsoft.DotNet.Helix.Client (1)
Job.cs (1)
23
if (pf.Working == 0 && pf.
Total
!= 0)
Microsoft.DotNet.Helix.Sdk (4)
GetHelixWorkItems.cs (1)
49
$"This task can only be used on completed jobs. There are {status.Working} of {status.
Total
} unfinished work items.");
WaitForHelixJobCompletion.cs (3)
67
if (pf.Working == 0 && pf.
Total
!= 0)
69
Log.LogMessage(MessageImportance.High, $"Job {jobName} on {queueName} is completed with {pf.
Total
} finished work items.");
73
Log.LogMessage($"Job {jobName} on {queueName} is not yet completed with Pending: {pf.Working}, Finished: {pf.
Total
- pf.Working}");