Next: ti_resume_interference, Previous: ti_start_interference_timed, Up: Test Interference API
Function is used to pause test interference process at any moment. It has the following prototype:
void ti_pause_interference(testInterference* aInterference);
and can be used in the following way:
ti_pause_interference(disturbance);
aInterference
argument is pointer to testInterference
structure, returned by ti_start_interference
or ti_start_interference_timed
function.