IBehaviourModel.StartModel (METH)ΒΆ
METHOD StartModel : ERROR
The parameter xCommit
allows to call the state machine whenever it is needed.
When xCommit
is FALSE
, the state change to STATE.STARTING is being prepared but not executed yet.
When xCommit
is TRUE
, the state change to STATE.STARTING is being prepared as well as executed.
- InOut:
Scope
Name
Type
Return
StartModel
Input
xCommit
BOOL