Whether the build engine runs in interactive mode
Source position: fpmkunit.pp line 1417
public property TBuildEngine.Interactive : Boolean |
Interactive controls whether the build engine prompts for user input during build operations. When True, the engine may ask for confirmations, choices, or input during the build process.
Interactive mode is useful during development and testing, while non-interactive mode is preferred for automated builds and continuous integration scenarios.