killDetection property

bool killDetection

Detect abnormal termination (experimental)

Implementation

bool get killDetection =>
    tryCast(this["BugseeKillDetectionKey"], constOptionKillDetection);
void killDetection=(bool value)

Implementation

set killDetection(bool value) {
  this["BugseeKillDetectionKey"] = value;
}