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