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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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