Returns `false` is the provider is already shutdown, otherwise `true`.
Overrides TracerProviderInterface::shutdown
public function shutdown(?CancellationInterface $cancellation = null) : bool { if ($this->tracerSharedState ->hasShutdown()) { return true; } return $this->tracerSharedState ->shutdown($cancellation); }