Enum JobEventType
- Namespace
- CivitaiSharp.Sdk.Enums
- Assembly
- CivitaiSharp.Sdk.dll
Represents the type of event that last occurred for a job. These values are returned by the Civitai orchestration API.
[JsonConverter(typeof(JobEventTypeConverter))]
public enum JobEventType
- Extension Methods
Fields
ClaimExpired = 4Job claim expired before execution could continue.
Claimed = 1Job was claimed by a worker/provider.
Deleted = 9Job was deleted/cancelled server-side.
Expired = 8Job expired before completion.
Failed = 6Job execution failed.
Initialized = 0Job was created/initialized.
LateRejected = 3Job was rejected after it was already claimed.
Rejected = 2Job was rejected before execution.
Succeeded = 7Job execution succeeded.
Updated = 5Job state was updated (progress event).