c# - Is it possible to use Windows 7 Task scheduler in own application -


I'm developing an add-on based application Each add-on usage scheduler loaded add-ons schedule tasks my application Sometimes the application closes for running only one instance, sometimes running so I need to use the Windows 7 Task Scheduler

How to use the Task Scheduler on your application?

I need to create a new job from the application
I need that when the work is finished, send a message to my application or invite any of my application's work
Is it possible?
How to do this?


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -