Click or drag to resize

StageType Enumeration

An enumeration indicating different types of stages that might exist at an endpoint.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum StageType
Members
Member nameValueDescription
Work0 Work on production units is performed at this stage. This may be any sort of work, including assembly, inspection, processing, etc.
Buffer1 This stage is intended to serve as a buffer for production units. No work is performed at this stage.
See Also