# Functions
IsDevelop checks and returns whether current application is running in DEVELOP mode.
IsProduct checks and returns whether current application is running in PRODUCT mode.
IsStaging checks and returns whether current application is running in STAGING mode.
IsTesting checks and returns whether current application is running in TESTING mode.
Mode returns current application mode set.
Set sets the mode for current application.
SetDevelop sets current mode DEVELOP for current application.
SetProduct sets current mode PRODUCT for current application.
SetStaging sets current mode STAGING for current application.
SetTesting sets current mode TESTING for current application.