Copyright © 2006-2019 MultiMedia Soft

Pause method

Previous pageReturn to chapter overviewNext page

Remarks

 

Pauses the current recording session.

Calling this method will generate a RecordingPaused event.

 

 

Syntax

 

[Visual Basic]

control.Pause (

) as enumErrorCodes


 

[C++]

short control.Pause (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to see the error code meaning

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.