Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Process template versioning : Accessing versions : Getting version state
 

Getting version state

ProcessTemplate provides the public boolean isSuspendedBySeqVersion() API to get the state of the version.
Check whether this process is suspended by the sequential versioning. Whenever a newer version of an application is installed, all the existing versions of the ProcessTemplate and their instances are suspended. Using this API, the user can verify whether the process is suspended.