Allows you to choose whether to start the task or not.
Example
Running this code will set the task scheduler to start.
plugin command("OS Automation.dll", "task scheduler setting allow demand start", "True")
Allows you to choose whether to start the task or not.
Running this code will set the task scheduler to start.
plugin command("OS Automation.dll", "task scheduler setting allow demand start", "True")
Was this helpful?