Thank you very much your responses really appriceted and thanks a lot.
But when ever I am using QMH for centralized error handler, I am encountering following problem. Thats why moving to FGV, block other process.
1. Let us say error occur from user console and error handler display error to user with the option to clear or continue.
This needed user interaction to carry on. Even though my controller is executing without user interaction, idley controller should come to halt as soon as error occure or timer should stop.
2. For stopping all the module's, I am broadcasting the stop flag for stopping all module(centralised error using QMH and etc. using user event. In this case am unable to trap any error which is coming from shutdown state as my error handler, QMH has already been stopped or exited.
Thanks