beginEditSettings property

  1. @TagNumber(64)
bool get beginEditSettings

Begins an edit transaction for config, module config, owner, and channel settings changes This will delay the standard implicit save to the file system and subsequent reboot behavior until committed (commit_edit_settings)

Implementation

@$pb.TagNumber(64)
$core.bool get beginEditSettings => $_getBF(43);
  1. @TagNumber(64)
set beginEditSettings (bool value)

Implementation

@$pb.TagNumber(64)
set beginEditSettings($core.bool value) => $_setBool(43, value);