2 writes to CompletionState
aspire (2)
Commands\PipelineCommandBase.cs (2)
454CompletionState = activity.Data.CompletionState 463stepInfo.CompletionState = activity.Data.CompletionState;
4 references to CompletionState
aspire (4)
Commands\PipelineCommandBase.cs (4)
466if (IsCompletionStateError(stepInfo.CompletionState)) 470else if (IsCompletionStateWarning(stepInfo.CompletionState)) 608var failedStep = steps.Values.FirstOrDefault(s => IsCompletionStateError(s.CompletionState)); 621var state = s.CompletionState switch