5 references to InteractionState
Aspire.Hosting (5)
ApplicationModel\InteractionService.cs (4)
199interactionState.State = Interaction.InteractionState.Complete; 210if (interactionUpdate.State == Interaction.InteractionState.Complete) 247interactionState.State = Interaction.InteractionState.Complete; 524public InteractionState State { get; set; }
Dashboard\DashboardService.cs (1)
91if (interaction.State == InteractionState.Complete)