PdcStatusManagement.NewStatusInfo
Declaration
NewStatusInfo as PdcStatusInfo
Description
Notes
This property returns the status info object. This property can be used to check the status of an calculation.
Code example
This code example shows the calculationnumber and current status of the given status object.
dim objStat
set objStat = pdc.Calculations.StatusManagement.NewStatusInfo
objStat.CalculationNo = "01288"
msgbox "Cur: " & objStat.CurrentStatus
set objStat = nothing
Availability
Available since version 4.3 onwards.