Category
Asynchronous mode
, Object
ProAsynchronous
Function ProAsynchronousEventLoopInterrupt
Description
Call this function from within a Creo Parametric callback function to halt a loop currently running in
ProAsynchronousEventLoop
().
Synopsis
#include <
ProCore.h
>
ProError
ProAsynchronousEventLoopInterrupt
(void)
Returns
PRO_TK_NO_ERROR
The function succeeded.
Manual References:
Core: Asynchronous Mode: Full Asynchronous Mode
Core: Asynchronous Mode: Full Asynchronous Mode
Sample Code References:
pt_async ( TestAsync.c )
pt_async ( TestAsync.c )
pt_async ( TestAsync.c )
pt_async ( TestAsync.c )