Is there a way to know which process my code is running on?
My app has two processes, one is the main process, the other process is used by an external SDK. My custom application object is sometimes called from the other process. I want to know which process is calling the application object. Is it possible?