Contents

isPaused

A Boolean value that indicates whether the system suspends the display link’s notifications to the target.

Declaration

var isPaused: Bool { get set }

Discussion

You can instruct the display link to stop sending notifications to the delegate by setting the property to true. The property defaults to false.