automaticTerminationSupportEnabled property

bool get automaticTerminationSupportEnabled

Implementation

bool get automaticTerminationSupportEnabled {
  return _lib._objc_msgSend_12(
      _id, _lib._sel_automaticTerminationSupportEnabled1);
}
set automaticTerminationSupportEnabled (bool value)

Implementation

set automaticTerminationSupportEnabled(bool value) {
  return _lib._objc_msgSend_526(
      _id, _lib._sel_setAutomaticTerminationSupportEnabled_1, value);
}