Indicates an in-process document version. An in-process version is a version that has been checked in and is the latest minor version. Note that only one version at a time in a given version series can be in the IN_PROCESS state. When a reservation version is checked in as a minor version and becomes the new in-process version, the previous in-process version becomes a superseded version. Constant value = "{e76e4f72-545c-4180-97c1-8449883b83cf}".

Namespace:  FileNet.Api.Constants
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly IN_PROCESS As VersionStatusId
C#
public static readonly VersionStatusId IN_PROCESS
Visual C++
public:
static initonly VersionStatusId^ IN_PROCESS
JavaScript
FileNet.Api.Constants.VersionStatusId.iN_PROCESS

ToggleSee Also