Struct RunRearrayCommandResponse
Provides a command response for the 'Run' command on the re-array workflow.
Inherited Members
Namespace: SI.PIXL.Client.Structs.CommandResponse.Workflows.Rearray
Assembly: SI.PIXL.Client.dll
Syntax
public struct RunRearrayCommandResponse
Properties
ProgramInformation
Get the program information.
Declaration
public RearrayProgramInformation ProgramInformation { get; }
Property Value
Type | Description |
---|---|
RearrayProgramInformation |
Result
Get the result.
Declaration
public ApiCommandResponse Result { get; }
Property Value
Type | Description |
---|---|
ApiCommandResponse |
TrackingPath
Get the tracking path.
Declaration
public string TrackingPath { get; }
Property Value
Type | Description |
---|---|
string |