Documentación de la API > External tasks > Object ProJlink > Function ProJlinkApplicationStop
Function ProJlinkApplicationStop
Description
Stop a previously loaded J-Link application. The application's stop method will be called.
Replacement in Object TOOLKIT:
Synopsis
#include <ProJlink.h>
ProJlinkApplicationStop
(
/* (In)
Handle to the Jlink application.
*/
char ** exception
/* (Out)
If the application stop method threw an exception, the exception description is stored here. Free this string using ProStringFree.
*/
)
Returns
Shutdown succeeded.
The input argument is invalid.
The application failed to shutdown properly. See the output exception for more details.
The application has menus or UI components active in the UI.
The handle is valid but the application is not active.
User Guide References
¿Fue esto útil?