Table of Contents

Class ProviderJobStatus

Namespace
CivitaiSharp.Sdk.Models.Results
Assembly
CivitaiSharp.Sdk.dll

Provider-specific information about whether a job is supported and, if queued, where it is.

public sealed record ProviderJobStatus : IEquatable<ProviderJobStatus>
Inheritance
ProviderJobStatus
Implements
Inherited Members

Constructors

ProviderJobStatus(JobSupport, ProviderJobQueuePosition?)

Provider-specific information about whether a job is supported and, if queued, where it is.

public ProviderJobStatus(JobSupport Support, ProviderJobQueuePosition? QueuePosition)

Parameters

Support JobSupport
QueuePosition ProviderJobQueuePosition

Properties

QueuePosition

[JsonPropertyName("queuePosition")]
public ProviderJobQueuePosition? QueuePosition { get; init; }

Property Value

ProviderJobQueuePosition

Support

[JsonRequired]
[JsonPropertyName("support")]
public JobSupport Support { get; init; }

Property Value

JobSupport