9 references to InteractionState
Aspire.Hosting (6)
Dashboard\DashboardService.cs (1)
92if (interaction.State == InteractionState.Complete)
InteractionService.cs (4)
144interactionState.State = Interaction.InteractionState.Complete; 155if (interactionUpdate.State == Interaction.InteractionState.Complete) 216interactionState.State = Interaction.InteractionState.Complete; 381public InteractionState State { get; set; }
Publishing\PublishingActivityReporter.cs (1)
272if (interaction.State == Interaction.InteractionState.InProgress)
Aspire.Hosting.Tests (3)
InteractionServiceTests.cs (3)
27Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 52Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 194Assert.Equal(Interaction.InteractionState.InProgress, interaction.State);