Skip to content

Type Alias: ProgressCallback()

ProgressCallback = (progressData) => void

Defined in: operators/coroutine.ts:97

Parameters

progressData

any

The data object containing progress information. Callback function to report progress updates from a task.

Returns

void

Released under the MIT License.