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>
ProErrorProEngineerStatusGet(void)
Returns
PRO_TK_NO_ERRORThe Creo Parametric session is available.
PRO_TK_GENERAL_ERRORThere was no Creo Parametric session available, or the session did not respond.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Asynchronous Mode: Status of a Process