Hi,
i am still working on a project, which needs to remove Schedule Tasks from the vCenter.
I can create one, with the SDK Connection, but for deleting it, i will need an object. I didn't find any Action which lists all tasks.
Has someone find a solution for this problem?
vm.sdkConnection.ScheduledTaskManager.createScheduleTask();
Works well. VM = VCVirtualMachine.
Best regards