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