@qbraid-core
    Preparing search index...

    Interface CancelJobResponseV1

    Response for cancelling a job (V1).

    interface CancelJobResponseV1 {
        jobQrn?: string;
        message: string;
        status?: JobStatus;
    }
    Index

    Properties

    jobQrn?: string
    message: string
    status?: JobStatus