status property

String? status
getter/setter pair

The status code of this stream Possible string values are:

  • "good"
  • "ok"
  • "bad"
  • "noData"
  • "revoked"

Implementation

core.String? status;