Attachmate.Reflection.Emulation.Common Namespace > Macro Class : PauseRecording Method |
'Declaration
Public Sub PauseRecording()
'Usage
Dim instance As Macro instance.PauseRecording()
public void PauseRecording()
Exception | Description |
---|---|
System.InvalidOperationException | Thrown if the macro recorder is not currently recording. |
private Macro mac; //Call The PauseRecording method. mac.PauseRecording();