4564:a6480863adfb | 4566:a2e8f3c420ec |
---|---|
198 Module function to check, if a message handler was installed. | 198 Module function to check, if a message handler was installed. |
199 | 199 |
200 @return flag indicating an installed message handler (boolean) | 200 @return flag indicating an installed message handler (boolean) |
201 """ | 201 """ |
202 return __msgHandlerDialog is not None | 202 return __msgHandlerDialog is not None |
203 | |
204 # | |
205 # eflag: noqa = M801 |