ForeachLoopBody Class▲
- 
					Header: ForeachLoopBody 
- 
					CMake: find_package(Qt6 REQUIRED COMPONENTS Scxml) target_link_libraries(mytarget PRIVATE Qt6::Scxml) 
- 
					qmake: QT += scxml 
Detailed Description▲
Member Function Documentation▲
ForeachLoopBody::ForeachLoopBody()▲
Creates a new foreach loop body.
[virtual] ForeachLoopBody::~ForeachLoopBody()▲
Destroys a foreach loop body.
[pure virtual] void ForeachLoopBody::run(bool *ok)▲
This function is executed on each iteration. If the execution fails, ok is set to false, otherwise it is set to true.




