ProcessingMode Enumeration
Specifies the available processing modes for a ScriptOperator or a CustomOperatorAdapter.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECustomObjects assembly)
Syntax
public enum ProcessingMode
Values
Value name | Value | Description |
---|---|---|
Iterative | 0 | Indicates that the iterative processing mode should be used. |
AllAtOnce | 1 | Indicates that the all at once processing mode should be used. |
Remarks
Prefer to use iterative mode since it requires less memory.
Platforms
Windows, Linux, Android