bindViewModelInstance

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

stateMachineHandle

The handle of the state machine to bind to.

viewModelInstanceHandle

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.