Admin Production rocket
Current Publication

PauseRecording Method

Reflection Desktop VBA Guide V18.0.2
PauseRecording Method (Macro)
In This Topic
Pauses the macro recorder in the current terminal session.
Syntax

                     
                     
expression.PauseRecording() 

                  
where expression is a variable that represents a Macro Object
Exceptions
Exception Description
Thrown if the macro recorder is not currently recording.
Remarks
This method is only valid when the macro recorder is running. The method does nothing if the recorder is already paused.
See Also