ScnLib_IsPaused()

ScnLib_IsPaused()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) BOOL __stdcall ScnLib_IsPaused(void);
C# [DllImport("ScnLib.dll")] public static extern bool ScnLib_IsPaused();
Basic Public Declare Function ScnLib_IsPaused Lib "ScnLib.dll" () As Boolean
Delphi function ScnLib_IsPaused(): LongBool; stdcall; external 'ScnLib.dll';
  • Description
    Check if the recording is currently paused.

  • Parameters
    None.

  • Return Value
    If the recording is currently paused, the return value is TRUE. Otherwise, the return value is FALSE.

  • Remarks
    Use this function to check if the recording is currently paused.

  • See Also
    ScnLib_PauseRecording()
    ScnLib_ResumeRecording()
    ScnLib_IsRecording()

Try the SDK for FREE SDK APIs overview