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