Contents

stop()

Stops playback of the render handler.

Declaration

@MainActor func stop()

Discussion

Callbacks to the render handler stop after calling stop(). There may be a short delay between when you call stop and when the callbacks actually stop.