Core_Simulation_Mode_Change Core_Skipto_Progress
API Reference Manual  /  12 Haps  / 

Core_Simulation_Stopped

Description
Triggered when the simulation stops. The exception argument will always be SimExc_No_Exception, and error_string will always be NULL. After this hap, simulation will not advance (triggering Core_Continuation) until SIM_continue is called again. Callbacks are called in Global Context.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, int64 exception, 
         char *error_string);

Index
exception

Core_Simulation_Mode_Change Core_Skipto_Progress