task scheduler setting network

Allows you to check if the property indicates that the Task Scheduler will only run the task when a network is available.


Example

Running this code will automatically run the task as long a network connection is established.

plugin command("OS Automation.dll", "task scheduler setting network", "True")

Was this helpful?