FormSubmitState Enumeration

The state of the overlay.

Definition

Namespace: MobileTrack.Web.Portal.Components.ItemEditors
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.8+821604ea552bde242964120acb39b21c90d2b4af
public enum FormSubmitState

Members

None0 Inactive
Validate1 Whether we're validating the form.
Running2 Whether the form is currently being processed (or has been processed)
Failed3 Whether the form has failed to be processed due to a technical issue.

See Also