Admin Production ni-theme
Current Publication

SuspendTimerCallbacks

LabWindows/CVI

SuspendTimerCallbacks

int SuspendTimerCallbacks (void);

Purpose

Stops all timer callbacks until you call ResumeTimerCallbacks.

SuspendTimerCallbacks does not alter the ongoing schedule of timer intervals. The function inhibits LabWindows/CVI only from calling callback functions.

SuspendTimerCallbacks affects only timer controls you loaded or created in the active thread.

Parameters

None.

Return Value

Name Type Description
status int Return value indicating whether the function was successful. A negative number indicates that an error occurred.

Additional Information

Library: User Interface Library

Include file: userint.h

LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later