I can use create schedule task by using method createScheduledTask (https://www.vmware.com/support/developer/converter-sdk/conv60_apireference/vim.scheduler.ScheduledTaskManager.html#create) for a single action (for example: MigrateVM_Task, CreateSnapshot_Task). How to create a schedule task for multiple actions (for example: create VM snapshot, do something, then remove VM snapshot)?
↧