Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
java有没有办法改变TaskInfo数据对象的'parentTaskKey'?
我在 vmware sdk 5.5 文档中注意到这个字段“*不需要设置”,我不理解。
vmware sdk 文档
parentTaskKey 是根据运行的任务类型和运行的对象设置的。如果您创建任务,您可能可以设置它,但对于正在运行的任务,您无法更改该属性。
“无需设置”表示该值可以为NULL,不需要设置。