Method SetCurrentProgress
SetCurrentProgress(float)
Updates the fine-grained progress of the node that is currently executing.
public void SetCurrentProgress(float p)
Parameters
pfloatThe local node progress value to publish.
Remarks
This writes into currentProgress when the context was created with a progress object.