Indicates whether the code is run by an action plan of the software factory.
// Code run in an action plan
IF InFactoryMode() = True THEN
// Code specific to the software factory
END
Syntax
<Result> = InFactoryMode()
<Result>: Boolean
- True if the code is run from an action plan of the software factory,
- False otherwise.
Remarks
Availability of the function
InFactoryMode can be used in all IDEs to allow for cross-platform code. Functions or procedures that use InFactoryMode can be shared between several products without generating any compilation error.
Business / UI classification: Neutral code