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 = 2The provider supports the job type and is currently able to run it.
The provider supports the job type but is currently unable to run it.
Unsupported = 0The provider does not support this job type.