I have an application that, at startup, checks for duplicate processes.
In this part, I have the right - but I need to check the state variable in the initial running process in order to start some logic.
So: how can I make a variable (e.g. bool) available to other applications so that they can request it?
source share