Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TProcessPackageResult

Result codes for package processing operations

Declaration

Source position: fpmkunit.pp line 209

type TProcessPackageResult = (

  ppHandled,

  

Package was successfully processed and handled

  ppDelayed

  

Package processing was delayed for later execution

);

Description

TProcessPackageResult indicates the outcome of package processing operations.

Used to communicate success, failure, or special handling conditions during package operations.

ppHandled
indicates that the package processing operation completed successfully and all required actions were performed. This result signals successful completion of the package operation.
ppDelayed
indicates that the package processing operation has been delayed and will be executed at a later time. This result is used for dependency ordering or deferred processing scenarios.

Documentation generated on: Dec 15 2025