Interface FunctionCallParams

FunctionCallParams

interface FunctionCallParams {
    id: null | string;
    job?: number;
    task: null | number;
    threshold: null | number;
}

Properties

Properties

id: null | string

The name of the function

FunctionCallParams

job?: number

The id of the job

FunctionCallParams

task: null | number

The id of the task

FunctionCallParams

threshold: null | number

FunctionCallParams