Struct RunRandomColonyPickingCommandResponse
Provides a command response for the 'Run' command on the Random Colony Picking workflow.
Inherited Members
Namespace: SI.PIXL.Client.Structs.CommandResponse.Workflows.RandomColonyPicking
Assembly: SI.PIXL.Client.dll
Syntax
public struct RunRandomColonyPickingCommandResponse
Properties
ProgramInformation
Get the program information.
Declaration
public RandomColonyPickingProgramInformation ProgramInformation { get; }
Property Value
Type | Description |
---|---|
RandomColonyPickingProgramInformation |
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 |