Click or drag to resize

PoolType Enumeration

The type of the pool (e.g.: static, dynamic or stream)

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public enum PoolType
Members
Member nameValueDescription
Static0 Generic pool reserved for static job elements; It can be used for dynamic job elements and for streaming as well, if the corresponding pools are undefined.
Stream1 Optional pool reserved for streaming (aka ping-pong) operations
See Also