Interface UpdateJobTimeoutReq

interface UpdateJobTimeoutReq {
    jobKey: string;
    operationReference?: number | LosslessNumber;
    timeout: number;
}

Properties

jobKey: string
operationReference?: number | LosslessNumber

A reference key chosen by the user and will be part of all records resulted from this operation

timeout: number

The duration of the new timeout in ms, starting from the current moment

Generated using TypeDoc