API 설명서 > Asynchronous mode > Object ProAsynchronous > Function ProAsynchronousEventLoop
Function ProAsynchronousEventLoop
Description
Initiates an event loop which will call ProEventProcess periodically(1sec) to handle events returned from Creo Parametric. Applicable only for full asynchronous applications which are not supposed to carry out any tasks while waiting for Creo Parametric events.
IMPORTANT NOTE: This function will not return until interrupted by ProAsynchronousEventLoopInterrupt() or an error returns from ProEngineerStatusGet(). No separate application processing is possible until that time, except within Creo Parametric event callbacks.
Synopsis
#include <ProCore.h>
ProAsynchronousEventLoop
(void)
Returns
The function was interrupted by ProAsynchronousEventLoopInterrupt().
Any other value
ProEngineerStatusGet() returned this error.
Sample Code References
User Guide References
도움이 되셨나요?