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
The default value is false. If true, the display link doesn’t send notifications to the target.
This property is thread safe, so you can set it from a thread separate to the one in which the display link runs.