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