如何在 DOORS DXL 中超时?

How to timeout in DOORS DXL?

希望执行停止例如 5 秒,然后继续执行。下面的代码似乎没问题,但它不工作。它直接执行,它不等待。可以请人帮忙吗?

sleep_(50) 
string out=""
print win32SystemWait_("cmd.exe /C echo hallo", out, -1)
print "Output :" out

好的,我找到了答案我的代码是正确的。 事情是 void sleep_(int milliseconds)