This change adds a CppWinRT console app that implements a basic WinMain COM background task that calculates primes on a 15 minute timer until a cancellation is received or until the background task is canceled. The console app has the option of handling one background task per process instance (which is commented out), or keep handling background tasks until the process exits for some other reason.
This change adds a CppWinRT console app that implements a basic WinMain COM background task that calculates primes on a 15 minute timer until a cancellation is received or until the background task is canceled. The console app has the option of handling one background task per process instance (which is commented out), or keep handling background tasks until the process exits for some other reason.