Interface FunctionCall

FunctionCall

interface FunctionCall {
    ended: null | string;
    enqueued: null | string;
    exc_info?: null | string;
    function: FunctionCallParams;
    id: string;
    progress?: null | number;
    started: null | string;
    status: null | string;
}

Properties

ended: null | string

FunctionCall

enqueued: null | string

FunctionCall

exc_info?: null | string

FunctionCall

FunctionCall

id: string

Request id

FunctionCall

progress?: null | number

FunctionCall

started: null | string

FunctionCall

status: null | string

FunctionCall