| 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
Syntaxpublic int ActualPercentComplete { get; set; }
Property Value
Type:
Int32
See Also