%% %CopyrightBegin%
%%
%% SPDX-License-Identifier: Apache-2.0
%%
%% Copyright Ericsson AB 2021-2025. All Rights Reserved.
%%
%% %CopyrightEnd%

[;1m  disconnect_node(Node)[0m

  Forces the disconnection of a node.

  Doing this makes it appears to the node [;;4mNode[0m as if the local
  node has crashed. This BIF is mainly used in the Erlang network
  authentication protocols.

  Returns [;;4mtrue[0m if disconnection succeeds, otherwise [;;4mfalse[0m. If
  the local node is not alive, [;;4mignored[0m is returned.

  [;;4mNote[0m

    This function may return before [;;4mnodedown[0m messages have been
    delivered.
