Rate this page:

reportResultAsync

Copy URL
reportResultAsync(result: 

string

|

Object

):

Promise<HttpRequestResult>

Reports successful result to the CallList module asynchronously, saves the report to result_data field in the sheet, stops the calling attempts for this task and proceeds to the next task.

Parameters

  • result:

    string

    Result description string or JSON

Returns