Interface UpdateJobTimeoutRequest

interface UpdateJobTimeoutRequest {
    jobKey: string;
    operationReference?: string;
    timeout: number;
}

Properties

jobKey: string
operationReference?: string

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