| |||
Home > Class Reference > The CADI class > CADI::CADIExecStop() |
This causes the execution of the target to stop. The function
returns immediately and the target might still be running when the
function returns. A debugger must wait for a modeChange(CADI_EXECMODE_Stop)
callback
to ensure that the simulation has ended.
virtual CADIReturn_t CADI::CADIExecStop(void) = 0;
Because this call returns immediately, the return value indicates whether the target believes that it can perform the operation and not whether the operation was completed successfully.