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