state property

  1. @TagNumber(9)
Application_State state

Output only. State of the application.

Implementation

@$pb.TagNumber(9)
Application_State get state => $_getN(8);
  1. @TagNumber(9)
void state=(Application_State v)

Implementation

@$pb.TagNumber(9)
set state(Application_State v) { setField(9, v); }