IListStepPercentCompleted Property
|
Gets the percentage of substeps that are in the COMPLETED state.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax int PercentCompleted { get; }
ReadOnly Property PercentCompleted As Integer
Get
property int PercentCompleted {
int get ();
}
abstract PercentCompleted : int with get
Property Value
Type:
Int32Remarks
The percentage of completion considers the weight of the substeps.
See Also