Table of Contents

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 on which the execution was done

public CodeChannel Channel

Field Value

CodeChannel

Error flag. This is true if the file could not be found or opened

public byte Error

Field Value

byte