Click or drag to resize

ProcessActualPercentComplete Property

The completion percentage of the process. The number comes from the activities of the process. When an activity completes the PercentComplete value is copied to ActualPercentComplete. (if the activity has AffectsPercentComplete=true).

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public int ActualPercentComplete { get; set; }

Property Value

Type: Int32
See Also