Category Asynchronous mode, Category Creo Parametric TOOLKIT fundamentals, Object ProEngineer

Function ProEngineerEnd


Description
Terminates a Creo Parametric session. In synchronous mode, the function also terminates any Creo Parametric TOOLKIT process started by the current Creo Parametric session.
Synopsis
#include <ProCore.h>
ProErrorProEngineerEnd(void)
Returns
PRO_TK_NO_ERRORCreo Parametric was successfully terminated.
PRO_TK_COMM_ERRORThe communications to Creo Parametric failed.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Fundamentals: Structure of a Creo Toolkit Application
  3. Core: Asynchronous Mode: Simple Asynchronous Mode
  4. Data Management: Windchill Operations: Sample Batch Workflow

Sample Code References:

  1. pt_async ( TestAsync.c )
  2. pt_async ( TestAsync.c )
  3. pt_simple_async ( simple_async.c )
  4. pt_simple_async ( simple_async.c )
  5. pt_wc_server ( PTWCServerPopulate.c )