2 writes to CompletionState
aspire (2)
Commands\PipelineCommandBase.cs (2)
466CompletionState = activity.Data.CompletionState 475stepInfo.CompletionState = activity.Data.CompletionState;
4 references to CompletionState
aspire (4)
Commands\PipelineCommandBase.cs (4)
478if (IsCompletionStateError(stepInfo.CompletionState)) 482else if (IsCompletionStateWarning(stepInfo.CompletionState)) 620var failedStep = steps.Values.FirstOrDefault(s => IsCompletionStateError(s.CompletionState)); 633var state = s.CompletionState switch