Set of target states
Source position: fpmkunit.pp line 185
type TTargetStates = set of ( |
||
tsNeutral, |
|
Neutral state, not yet processed |
tsConsidering, |
|
Being considered for compilation |
tsNoCompile, |
|
Should not be compiled |
tsCompiled, |
|
Successfully compiled |
tsInstalled, |
|
Successfully installed |
tsNotFound |
|
Target file not found |
); |
A set type containing one or more values from the TTargetState enumeration. Used for filtering or checking multiple target states in batch operations.