bind View Model Instance
fun bindViewModelInstance(stateMachineHandle: StateMachineHandle, viewModelInstanceHandle: ViewModelInstanceHandle)
Bind a view model instance to a state machine. This establishes the data binding for the instance's properties.
Parameters
state Machine Handle
The handle of the state machine to bind to.
view Model Instance Handle
The handle of the view model instance to bind.
Throws
If the state machine handle or view model instance handle is invalid.
If the CommandQueue has been released.