You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a pid is returned from guest, it would be nice to have poll on the status till its complete.
I've added a delay of 5 sec, that may vary on process we do .. thought, this can help.
I can relate this to a comment: reubenur-rahman/vmware-pyvmomi-examples#11
I'm proposing .. we could run, (pm.ListProcessesInGuest(vm, creds, [res]).pop().exitCode == None) in while with delay to check the status ?
hello
I used this sample execute_program_in_vm.py on Windows VM and it's give me the following output
Program executed, PID is 2772
but on the other side there is nothing happen, because I'm wating to execute my python file but my python file didn't show anything.
what is the problem and is this sample running on WIndows Vm ??
Thank you
The text was updated successfully, but these errors were encountered: