Table of Contents

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 = 5

Code has been executed (resolved or cancelled). It is intercepted by third-party plugins

Firmware = 4

Code is processed by the firmware

Post = 3

Code is intercepted by third-party plugins

Pre = 1

Code is intercepted by third-party plugins

ProcessInternally = 2

Code is executed internally if applicable

Start = 0

Code is about to start