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>
ProErrorProAsynchronousEventLoopInterrupt(void)
Returns
PRO_TK_NO_ERRORThe function succeeded.

Manual References:

  1. Core: Asynchronous Mode: Full Asynchronous Mode
  2. Core: Asynchronous Mode: Full Asynchronous Mode

Sample Code References:

  1. pt_async ( TestAsync.c )
  2. pt_async ( TestAsync.c )
  3. pt_async ( TestAsync.c )
  4. pt_async ( TestAsync.c )