StopPlaying Method

Top  Previous  Next

Stops playing the macro.

 

Visual Basic Syntax

 

TNBXMacro.StopPlaying()

 

Delphi Syntax

 

TNBXMacro.StopPlaying();

 

 

Remarks

 

Stops playing the current macro. Normally the macro stops when all its steps were successfully executed. However, in same cases the macro doesn't stop automatically because of changes on the screen sequences or field positions.

 

See also StartPlaying method OnStopPlaying event.