Table of Contents

Property progress

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

progress

Progress state shared by the currently running graph execution.

public ExecutionProgress progress { get; }

Property Value

ExecutionProgress

Remarks

This object is updated by the progressive execution loop so callers can inspect completed nodes, total work, or similar runtime progress information while the handle is active.