Task.Supervisor.terminate_child

You're seeing just the function terminate_child, go back to Task.Supervisor module for more information.
Link to this function

terminate_child(supervisor, pid)

View Source

Specs

terminate_child(Supervisor.supervisor(), pid()) :: :ok | {:error, :not_found}

Terminates the child with the given pid.