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