Task.__struct__

You're seeing just the function __struct__, go back to Task module for more information.

The Task struct.

It contains these fields:

  • :pid - the PID of the task process; nil if the task does not use a task process

  • :ref - the task monitor reference

  • :owner - the PID of the process that started the task