terminating property

bool? terminating
final

terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating.

Implementation

final bool? terminating;