As said before, you cannot use UI components in background AT ALL. In background process there is NO UI, therefore you cannot perform such actions.
In the meantime, for testing, you can use Notifications extension to debug and report information:
If you are really interested in reporting the changes directly to the user via user interface, then you would need to use broadcasting communication methods added in the latest version of the extension.