class MAGES::NeuromonitoringScene::Neuromonitor::SetNeuromonitorPlayingStep

Overview

The SetNeuromonitorPlayingStep class is a step that controls the playing of the neuromonitor. More…

class SetNeuromonitorPlayingStep: 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

The SetNeuromonitorPlayingStep class is a step that controls the playing of the neuromonitor.

Methods

override void Execute(BaseActionData action, StepEvent stepEvent)

Executes the step.

Parameters:

action

The action script.

stepEvent

The event to execute.