sys_exit
Previous Topic  Next Topic 

Synopsis:

        sys_exit(exit_value)


Arguments:

        exit_value        -  The value which the Telecom Engine will exit with.


Description:   This function will cause the Telecom Engine to quit with the exit code specified by exit_value.    Note that this is not a graceful shutdown - the system will exit immediately so caution should be taken when using this call.


Return Value:

none