12 references to InteractionState
Aspire.Hosting (8)
Dashboard\DashboardService.cs (1)
106if (interaction.State == InteractionState.Complete)
InteractionService.cs (6)
341newState.State = Interaction.InteractionState.Complete; 349newState.State = Interaction.InteractionState.Complete; 359newState.State = Interaction.InteractionState.Complete; 428if (interactionUpdate.State == Interaction.InteractionState.Complete) 530interactionState.State = Interaction.InteractionState.Complete; 712public InteractionState State { get; set; }
Pipelines\PipelineActivityReporter.cs (1)
329if (interaction.State == Interaction.InteractionState.InProgress)
Aspire.Hosting.Tests (4)
InteractionServiceTests.cs (4)
32Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 57Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 378Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 1260Assert.Equal(Interaction.InteractionState.InProgress, interaction.State);