IPI_Terminate()
This subprocedure is used to terminate the internal IPI environment. This should be called once all IPI operations have been completed at the end of your program.
Subprocedure Prototype
|
Returns *OFF if an error occurs during processing, *ON otherwise. |
|
Optional parameter that, if passed, will contain error data returned from the subprocedure. If it is not passed, exceptions will instead be "thrown" and must be caught by a MONITOR block. |
Data Structures
|
|
|
Name of the subprocedure that encountered an error. |
|
Message ID corresponding to the error that occurred. |
|
Error message text providing details about the error. |