2 writes to CompletionState
aspire (2)
Commands\PipelineCommandBase.cs (2)
432CompletionState = activity.Data.CompletionState 441stepInfo.CompletionState = activity.Data.CompletionState;
4 references to CompletionState
aspire (4)
Commands\PipelineCommandBase.cs (4)
444if (IsCompletionStateError(stepInfo.CompletionState)) 448else if (IsCompletionStateWarning(stepInfo.CompletionState)) 586var failedStep = steps.Values.FirstOrDefault(s => IsCompletionStateError(s.CompletionState)); 599var state = s.CompletionState switch