killDetection property

bool get killDetection

Detect abnormal termination (experimental)

Implementation

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

Implementation

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