Interface HonuaOgcProcessJobAccepted

Job descriptor returned when the server accepted an async execution.

interface HonuaOgcProcessJobAccepted {
    jobID: string;
    links?: HonuaOgcLink[];
    processID?: string;
    status: OgcProcessStatus;
    statusInfo?: HonuaOgcProcessJobStatus;
}

Properties

jobID: string
links?: HonuaOgcLink[]
processID?: string

Initial (often accepted or running) status payload, when reported.