DeveloperMode
hotstaq / Modules / DeveloperMode
Enumeration: DeveloperMode
The available developer modes.
Table of contents​
Enumeration members​
Enumeration members​
Development​
• Development = 1
For use during development/debugging. All test data will be collected and executed if necessary.
Defined in​
Production​
• Production = 0
The default developer mode. No tests will be executed and any test related data will be ignored.