InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IMacro Interface / RecordingPaused Property


In This Topic
RecordingPaused Property (IMacro)
In This Topic
Gets a value indicating 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