5 references to FileInteractionState
Aspire.Hosting (5)
Dashboard\InteractionFileUploadStore.cs (5)
52if (interaction.State != FileInteractionState.InProgress) 208interaction.State = FileInteractionState.Complete; 253interaction.State = FileInteractionState.Canceled; 370if (interaction.State != FileInteractionState.InProgress && interaction.Files.IsEmpty) 392public FileInteractionState State { get; set; }