I created a Supervisor named ElectionManager.Application and a worker. Then I looked at the information of those processes: iex(3)> proc = Process.whereis(ElectionManager.Application) #PID<0.158.0> iex(4)> Process.info proc [registered_name: ElectionManager.Application, current_function: {:gen_server, :loop, 7}, initial_call: {:proc_lib, :init_p, 5}, status: :waiting, message_queue_len: 0, message

