Table of Contents

Method SetCurrentProgress

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

SetCurrentProgress(float)

Updates the fine-grained progress of the node that is currently executing.

public void SetCurrentProgress(float p)

Parameters

p float

The local node progress value to publish.

Remarks

This writes into currentProgress when the context was created with a progress object.