Struct MacroCompleteHeader
- Namespace
- DuetControlServer.Link.Protocol.SbcRequests
- Assembly
- DuetControlServer.dll
Indicate that a macro has finished its execution
public struct MacroCompleteHeader
- Inherited Members
Fields
Channel
Channel on which the execution was done
public CodeChannel Channel
Field Value
Error
Error flag. This is true if the file could not be found or opened
public byte Error