Table of Contents

Class QueuedPlotInfo

Namespace
chia.dotnet
Assembly
chia-dotnet.dll

An entry on the plotter queue

public record QueuedPlotInfo : IEquatable<QueuedPlotInfo>
Inheritance
QueuedPlotInfo
Implements
Inherited Members
Extension Methods

Properties

Delay

public int Delay { get; init; }

Property Value

int
An entry on the plotter queue

Deleted

public bool Deleted { get; init; }

Property Value

bool
An entry on the plotter queue

Error

public string Error { get; init; }

Property Value

string
An entry on the plotter queue

Id

public string Id { get; init; }

Property Value

string
An entry on the plotter queue

Log

public string Log { get; init; }

Property Value

string
An entry on the plotter queue

LogNew

public string LogNew { get; init; }

Property Value

string
An entry on the plotter queue

Parallel

public bool Parallel { get; init; }

Property Value

bool
An entry on the plotter queue

PlotState

[JsonIgnore]
public PlotState PlotState { get; }

Property Value

PlotState
An entry on the plotter queue

Queue

public string Queue { get; init; }

Property Value

string
An entry on the plotter queue

Size

public KSize Size { get; init; }

Property Value

KSize
An entry on the plotter queue

State

public string State { get; init; }

Property Value

string
An entry on the plotter queue