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