abstract fun topicStatus(topic: Topic!): TopicStatus!
Obtain an object to observe and act on the given state of a Topic during the action execution.
topic
- Topic!: The Topic to observe / act on
RuntimeException
- The given Topic does not belong to this Discuss action
Return
TopicStatus!: An object allowing to observe / modify the runtime properties of the Topic.
Since
1