Allows you to choose whether or not the task will be visible in the UI.
Example
Running this code will make the task visible in the UI.
plugin command("OS Automation.dll", "task scheduler setting hidden", "True")
Allows you to choose whether or not the task will be visible in the UI.
Running this code will make the task visible in the UI.
plugin command("OS Automation.dll", "task scheduler setting hidden", "True")
Was this helpful?