nn::nex::Station::ProcessType Enumerated Type

Syntax

enum ProcessType;

Value

Value Description
UnknownProcess This station process is unknown. This will become the default process type.
ClientProcess This station is the client process.
ServerProcess This station is the server process.
ToolProcess The process for included tools, such as the Object Monitor (the tool for monitoring the duplicated objects in the session). If the process is a tool process, the station cannot be the session master.

Description

Enumerated type that indicates this station's process type.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL