https.TaskQueueFunction介面

簽名:

export interface TaskQueueFunction<T = any> extends HttpsFunction 

擴充: HttpsFunction

方法

方法描述
運行(數據)

https.TaskQueueFunction.run()

簽名:

run(data: TaskRequest<T>): void | Promise<void>;

參數

範圍類型描述
數據任務請求<T>

返回:

無效|承諾<無效>