2 writes to CompletionState
aspire (2)
Commands\PipelineCommandBase.cs (2)
443
CompletionState
= activity.Data.CompletionState
452
stepInfo.
CompletionState
= activity.Data.CompletionState;
4 references to CompletionState
aspire (4)
Commands\PipelineCommandBase.cs (4)
455
if (IsCompletionStateError(stepInfo.
CompletionState
))
459
else if (IsCompletionStateWarning(stepInfo.
CompletionState
))
597
var failedStep = steps.Values.FirstOrDefault(s => IsCompletionStateError(s.
CompletionState
));
610
var state = s.
CompletionState
switch