QScxmlExecutableContent.ForeachInfo
QScxmlExecutableContent.InvokeInfo
键入搜索术语或模块、类、函数名。
ForeachLoopBody class represents a function to be executed on each iteration of an SCXML foreach loop. 更多 …
ForeachLoopBody
New in version 5.12.
PySide2.QtScxml.QScxmlDataModel.
Creates a new foreach loop body.
PySide2.QtScxml.QScxmlDataModel.ForeachLoopBody.
run
ok – bool
bool
This function is executed on each iteration. If the execution fails, ok is set to false , otherwise it is set to true .
ok
false
true