Incarnate_vctrl
Transition between states
Transition code
const RQARTIncarnateArguments *const pArgs = (const RQARTIncarnateArguments *const)rtdata;
if (CreateCapsuleRole(vctrl, pArgs))
{
rtport->FrameOK().reply();
StartMinRunTimeTimer(nMinRunTimes[pArgs->instanceIndex]);
}
else
rtport->FrameFAIL().reply();
Triggers: