Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IMacro Interface / RecordingPaused Property


In This Topic
RecordingPaused Property (IMacro)
In This Topic
Returns whether the macro recorder is currently paused.
Syntax
'Declaration
 
ReadOnly Property RecordingPaused As Boolean
 
'Usage
 
Dim instance As IMacro
Dim value As Boolean
 
value = instance.RecordingPaused
See Also