ready property

  1. @TagNumber.new(5)
bool get ready

Computed: true when stt_state, llm_state, tts_state, vad_state are all COMPONENT_LIFECYCLE_STATE_READY. Producer sets this; consumers must NOT recompute.

Implementation

@$pb.TagNumber(5)
$core.bool get ready => $_getBF(4);
  1. @TagNumber.new(5)
set ready (bool value)

Implementation

@$pb.TagNumber(5)
set ready($core.bool value) => $_setBool(4, value);