StopPlaying Method |
Top Previous Next |
Stops playing the macro.
Visual Basic Syntax
TNBMacro.StopPlaying()
Delphi Syntax
TNBMacro.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.
|