Short name describing what triggered the graph break
Call to a time function
Values or code snippet captured at the break point
Called {fn_name}() inside a compiled region
Explanation of why the graph break was triggered
Dynamo graph breaks on {fn_name}() so that the clock read occurs at the correct point relative to compiled operations.
Hints on how to resolve the graph break
{fn_name}() call outside the compiled function if the graph break is undesirable.