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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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