2 writes to State
Aspire.Hosting (2)
Dashboard\InteractionFileUploadStore.cs (2)
208
interaction.
State
= FileInteractionState.Complete;
253
interaction.
State
= FileInteractionState.Canceled;
2 references to State
Aspire.Hosting (2)
Dashboard\InteractionFileUploadStore.cs (2)
52
if (interaction.
State
!= FileInteractionState.InProgress)
370
if (interaction.
State
!= FileInteractionState.InProgress && interaction.Files.IsEmpty)