8 references to InteractionState
Aspire.Hosting (6)
Dashboard\DashboardService.cs (1)
92if (interaction.State == InteractionState.Complete)
InteractionService.cs (4)
143interactionState.State = Interaction.InteractionState.Complete; 154if (interactionUpdate.State == Interaction.InteractionState.Complete) 215interactionState.State = Interaction.InteractionState.Complete; 335public InteractionState State { get; set; }
Publishing\PublishingActivityReporter.cs (1)
271if (interaction.State == Interaction.InteractionState.InProgress)
Aspire.Hosting.Tests (2)
InteractionServiceTests.cs (2)
28Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 53Assert.Equal(Interaction.InteractionState.InProgress, interaction.State);