Enum PipelineStage
- Namespace
- DuetControlServer.Codes
- Assembly
- DuetControlServer.dll
Enumeration of different stages in the code pipeline. The execution order of G/M/T-codes (in general) is from top to bottom.
public enum PipelineStage
Fields
Executed = 5Code has been executed (resolved or cancelled). It is intercepted by third-party plugins
Firmware = 4Code is processed by the firmware
Post = 3Code is intercepted by third-party plugins
Pre = 1Code is intercepted by third-party plugins
ProcessInternally = 2Code is executed internally if applicable
Start = 0Code is about to start