broken property

bool broken
getter/setter pair

Indicates whether the capture process encountered an error.

This boolean flag is set to true if the capture process is broken due to an error or unexpected issue.

Implementation

bool broken = false;