MobileTrack Nexus Documentation
C#
Show/Hide TOC
Form
Submit
State 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
C#
Copy
Request Example
public
enum
FormSubmitState
Members
None
0
Inactive
Validate
1
Whether we're validating the form.
Running
2
Whether the form is currently being processed (or has been processed)
Failed
3
Whether the form has failed to be processed due to a technical issue.
See Also
Reference
MobileTrack.Web.Portal.Components.ItemEditors Namespace
In This Article
Definition
Members
See Also