9 references to InteractionState
Aspire.Hosting (6)
Dashboard\DashboardService.cs (1)
96if (interaction.State == InteractionState.Complete)
InteractionService.cs (4)
260interactionState.State = Interaction.InteractionState.Complete; 271if (interactionUpdate.State == Interaction.InteractionState.Complete) 347interactionState.State = Interaction.InteractionState.Complete; 516public InteractionState State { get; set; }
Pipelines\PipelineActivityReporter.cs (1)
296if (interaction.State == Interaction.InteractionState.InProgress)
Aspire.Hosting.Tests (3)
InteractionServiceTests.cs (3)
30Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 55Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 294Assert.Equal(Interaction.InteractionState.InProgress, interaction.State);