IListStepOngoingStep Property
|
Gets the ongoing substep. Returns null if this step is not started.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IStep OngoingStep { get; }
ReadOnly Property OngoingStep As IStep
Get
property IStep^ OngoingStep {
IStep^ get ();
}
abstract OngoingStep : IStep with get
Property Value
Type:
IStepSee Also