Shut down a custom server.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" void CA_Terminate ( int exit_status );
This subroutine shuts down a custom server, as if it had been shut down by the custom server controller. It executes the user-specified termination function, detaches the custom server from the Blueworx Voice Response runtime system, and exits with the specified exit_status. If the custom server had not been initialized, the only effect is to exit with the specified exit_status. In a multiprocess custom server, both parent and child need to call this subroutine.
This subroutine does not return to the calling environment.
This subroutine does not return to the calling environment.