I am using Topshelf combined with FluentSchedule for a Windows Service.
However, I want to be able to trial-run the application to simply start up and not execute the Fl
You can use Environment.UserInteractive . Technically this won't work in 100% of the cases as it is possible to run a service in user-interactive mode, but this is a fringe case.
Environment.UserInteractive