InfoConnect for Unisys
RecordingPaused Property (IMacro)


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