I have a C # application based on the Sample Background Task demo code. It performs a task in the background every X minutes. I would like it to run my application if certain conditions are true. I was not lucky to find things like “launching an application from a background task” on google. I tried to rewrite it in as many ways as possible, but I still do not get any relevant results.
Can someone tell me if it is possible to run a background job for an application? and if so, then point me in the right direction to find out how.
source
share