3 references to CompletedWithError
aspire (3)
Commands\PipelineCommandBase.cs (2)
51
completionState is CompletionStates.Completed or CompletionStates.CompletedWithWarning or CompletionStates.
CompletedWithError
;
54
completionState == CompletionStates.
CompletedWithError
;
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
107
public bool IsError => CompletionState is CompletionStates.
CompletedWithError
;