PdcStatusManagement.NewStatusInfo

From External Bemet Wiki
Revision as of 06:14, 17 September 2013 by TC (talk | contribs)
Jump to navigation Jump to search

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.StatusInfo.NewStatusInfo
  objStat.CalculationNo = "01288"
  msgbox "Cur: " & objStat.CurrentStatus
  set objStat = nothing

Availability

Available since version 4.3 onwards.