reportResult
reportResult(result: string
| Object
, callback: Function
): void
Reports successful result to the CallList module, 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
callback:
Function
OptionalOptional. Callback to execute when a result is processed
Returns
type:
void