task scheduler task get

Allows you to get the task definition object of a scheduled task that is registered on a computer.


Example

Running this code will create a UI button named "Get"which will get the task definition, saving it in the table "&report".

This is shown above the UBot browser.

ui button("Get") {
    plugin command("OS Automation.dll", "task scheduler task get", "\\", &report)
}

Was this helpful?