DebugShellStateSetting

public protocol DebugShellStateSetting : AnyObject

Setting providing access to the DebugShellState.

  • Tells if the setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Debug shell state value.

    Declaration

    Swift

    var value: DebugShellState { get set }