Result codes for package processing operations
Source position: fpmkunit.pp line 209
type TProcessPackageResult = ( |
||
ppHandled, |
|
Package was successfully processed and handled |
ppDelayed |
|
Package processing was delayed for later execution |
); |
TProcessPackageResult indicates the outcome of package processing operations.
Used to communicate success, failure, or special handling conditions during package operations.