Send comments on this topic.
PauseRecording Method
Attachmate.Reflection.Objects.Emulation.IbmHosts Library > Macro Object : PauseRecording Method
Starts recording a macro in the current terminal session.

Syntax

 
object.PauseRecording() 

Exceptions

ExceptionDescription
System.InvalidOperationException Thrown if the macro recorder is not currently recording.

Remarks

This method is valid only when the macro recorder is running. The method does nothing if the recorder is already paused.

See Also