Executes a collection of build commands
Source position: fpmkunit.pp line 1433
public procedure TBuildEngine.ExecuteCommands( |
Commands: TCommands; |
At: TCommandAt; |
APackage: TPackage = Nil |
); |
Commands |
|
Collection of commands to execute |
At |
|
Execution context or timing |
APackage |
|
Package for which to execute commands |
Executes all commands in the specified collection at the given timing point during the build process. This allows custom commands to be run at specific phases of package building or installation.