
Allows you to edit tasks from the Task Scheduler.
Example

Running this code will create a UI button named "Edit Task" that will edit the task name "Test Task".

This is shown above the UBot browser.
ui button("Edit Task") {
plugin command("OS Automation.dll", "task scheduler task edit (dialog)", "Test Task", "\\")
}