Hi,
Even though I doubt it's good practice:
You could make a process calling other processes. In your case a recover/resume through a log out, log in, check log in and back to your main process.
I haven't tried this myself, and I suspect a ""log in"" within a process won't work when the resource is logged out.
If you don't absolutely need to log out, you could use ""Kill Process"" under ""Environment object"" to close any suspected running processes after your main process terminates.
It's kind of dirty, but it might work.
-Sven