Description
The SuspendExecution method is called by the system on each device in the system when system excution is being halted. The complementing method to this method is BeginExecution, which is called when system execution begins. It is generally expected that this method wll be called if something is setup in the BeginExecution method that needs to be undone here, such as stopping a worker thread.
Usage
virtual void SuspendExecution();