Returns whether the user specified whether auto-enable is on or off. Some types of Nodes will choose a different default for auto-enable, ex. the base
Node
type will turn it on by default, whereas
InputNode
s and
OutputNode
s will turn it off and the user will have to manually set this property or call
enable()
on the
Node
themselves.