Table of Contents

Enum JobSupport

Namespace
CivitaiSharp.Sdk.Enums
Assembly
CivitaiSharp.Sdk.dll

Indicates whether a provider supports and can currently execute a given job.

[JsonConverter(typeof(JobSupportConverter))]
public enum JobSupport
Extension Methods

Fields

Available = 2

The provider supports the job type and is currently able to run it.

Unavailable = 1

The provider supports the job type but is currently unable to run it.

Unsupported = 0

The provider does not support this job type.