Type Alias JobStatus

JobStatus:
    | "accepted"
    | "running"
    | "successful"
    | "failed"
    | "dismissed"

Coarse-grained job lifecycle. The OGC API Processes 1.0 status values (accepted, running, successful, failed, dismissed) are the canonical vocabulary; adapters for protocols that report a narrower or wider set must map onto these.