MLLP.Client.stop

You're seeing just the function stop, go back to MLLP.Client module for more information.

Specs

stop(pid :: pid()) :: :ok

Stops an MLLP.Client given a MLLP.Client pid.

This function will always return :ok per :gen_statem.stop/1, thus you may give it a pid that references a client which is already stopped.