Category
Asynchronous mode
, Object
ProEngineer
Function ProEngineerStatusGet
Description
Determines whether the application is currently connected to a Creo Parametric session, and if that session is responding to requests.
Synopsis
#include <
ProCore.h
>
ProError
ProEngineerStatusGet
(void)
Returns
PRO_TK_NO_ERROR
The Creo Parametric session is available.
PRO_TK_GENERAL_ERROR
There was no Creo Parametric session available, or the session did not respond.
Manual References:
Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
Core: Asynchronous Mode: Status of a Process