Command execution timing specification
Source position: fpmkunit.pp line 193
type TCommandAt = ( |
||
caBeforeCompile, |
|
Execute command before compilation |
caAfterCompile, |
|
Execute command after compilation |
caBeforeInstall, |
|
Execute command before installation |
caAfterInstall, |
|
Execute command after installation |
caBeforeArchive, |
|
Execute command before archive creation |
caAfterArchive, |
|
Execute command after archive creation |
caBeforeClean, |
|
Execute command before cleaning |
caAfterClean, |
|
Execute command after cleaning |
caBeforeDownload, |
|
Execute command before downloading |
caAfterDownload |
|
Execute command after downloading |
); |
Enumeration that specifies when a custom command should be executed during the build process. Determines the phase at which user-defined commands are run relative to compilation steps.