Skip to main content

removeProgressHandler

Removes a progress handler that was previously registered.

Syntax

removeProgressHandler(handler)

Parameters

Parameter

Type

Description

handler

ProgressHandler

The handler to remove if present in the list of progress handlers.

Returns

None

Notes

This method is only supported with Spark Connect. With a regular Spark session it raises an exception.