reportProgress
reportProgress(progress: string
| Object
, callback: Function
): void
Report progress to the CallList module
Parameters
progress:
string
Progress description string or JSON
callback:
Function
OptionalOptional. Callback to execute when a result is processed
Returns
type:
void