state property

String? state
getter/setter pair

State of a profile. Possible string values are:

  • "STATE_UNSPECIFIED" : Unused.
  • "RUNNING" : The profile is currently running. Once a profile has finished it will transition to DONE.
  • "DONE" : The profile is no longer generating. If profile_status.status.code is 0, the profile succeeded, otherwise, it failed.

Implementation

core.String? state;