Enum PrintStoppedReason
Reason why the print has been stopped
Namespace: DuetControlServer.SPI.Communication.Shared
Assembly: DuetControlServer.dll
Syntax
public enum PrintStoppedReason : byte
Fields
Name | Description |
---|---|
Abort | Print has been aborted |
NormalCompletion | Print has finished successfully |
UserCancelled | User has cancelled the print |