class MAGES::NeuromonitoringScene::MonitorController::SetMonitorCompletionCountStep¶
Overview¶
Step to set the monitor controller completion count. More…
class SetMonitorCompletionCountStep: public MAGES::Step { public: // methods override void Execute(BaseActionData action, StepEvent stepEvent); };
Inherited Members¶
public: // properties string Description; // methods void Execute(BaseActionData action, StepEvent stepEvent);
Detailed Documentation¶
Step to set the monitor controller completion count.
Methods¶
override void Execute(BaseActionData action, StepEvent stepEvent)
Executes the step.
Parameters:
action |
The action. |
stepEvent |
The event step. |