ItemProcessingEventDataSetItemProgress Method
Sets
Progress to
progress. This method can be always called.
This method also triggers event publishing. Additional instance data in derived classes must be set before invoking this method.
Namespace: Quine.GraphAssembly: Quine.Graph (in Quine.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public void SetItemProgress(
float progress
)
Parameters
- progress Single
-
Absolute progress value to set. Negative values set Progress to null (unknown), whereas values larger than 1
are clamped to 1.