Mix.Task.recursing-question-mark

You're seeing just the function recursing-question-mark, go back to Mix.Task module for more information.
Link to this function

recursing?()

View Source (since 1.8.0)

Specs

recursing?() :: boolean()

Indicates if the current task is recursing.

This returns true if a task is marked as recursive and it is being executed inside an umbrella project.