InfoConnect for Unisys
RecordingPaused Property (IMacro)


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
bool RecordingPaused {get;}
See Also