InfoConnect API Guide
Attachmate.Reflection.Emulation.Common 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
    bool RecordingPaused {get;}
    See Also