Enum BOBFileStatus
- Namespace
- BlazOrbit.Components.Forms
- Assembly
- BlazOrbit.dll
Lifecycle status of a selected file inside BOBInputFile. Mutated by the consumer via SetStatus(IBrowserFile, BOBFileStatus, double, string?) while an upload is in flight.
public enum BOBFileStatus
Fields
Accepted = 0Selection passed client-side validation; awaiting any consumer-driven action.
Failed = 3Terminal failure — error glyph rendered; tooltip carries the status message.
Uploaded = 2Terminal success — green check glyph rendered.
Uploading = 1Upload in progress — progress bar visible while
ProgressPercent> 0.