backgroundworker - How to continue running SWT application even after switching user account in Windows or Any other OS? -
suppose if have user account "a" , "b" in windows(or other os). , i'm running long running process through swt application in user account "a". if lock user account "a" , switch "b", want process continue running. process should continue running if lock computer , went away.
how can achieve ?
Comments
Post a Comment