c# - How to identify the whether process is started manually or from Task Scheduler? -
i have win form application generates pdf files. have create task in scheduler run application on every day on specified time. have is, need run application manually. while running manually need show results user. how can identify application run scheduler or manually?
here go


Comments
Post a Comment