This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
Process aborted
|
Process aborted -> Function result | ||||||||
Parameter | Type | Description | ||||||
Function result | Boolean |
![]() |
True = the process is about to be aborted, False = the process is not about to be aborted | |||||
The Process aborted command returns True if the process in which it is called is about to be interrupted unexpectedly, which means that the execution of the command was unable to reach its “normal” completion.
This status will happen very rarely. Processes are usually stopped before the code can be notified the "process aborted" condition. This condition might only happen in compiled loops not executing any 4D command. For more infomation about how 4D handles the closure of processes, please refer to the On Exit database method page.
Product: 4D
Theme: Processes
Number:
672
Created: 4D v6.5
4D Language Reference ( 4D v20 R7)