The ProcessInstance type exposes the following members.

Constructors

  NameDescription
Public methodProcessInstance
Initializes a new instance of the ProcessInstance class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyCancelReason
Gets the cancel reason.
Public propertyDefinitionId
Gets the identifier of the process definition.
Public propertyDescription
Gets the description of the process instance.
Public propertyDynamicDetails
Gets the dynamic details.
Public propertyEndTime
Gets the end time.
Public propertyId
Gets the globally unique identifier of a process instance.
Public propertyLaunchingUserDisplayName
Gets the display name of the user that launched this process.
Public propertyLaunchName
Gets the name of the launch.
Public propertyName
Gets the name of the process instance.
Public propertyNumericId
Gets the numeric identifier for this process instance. The numeric identifier is only unique on a given Interaction Center site.
Public propertyStartTime
Gets the start time.
Public propertyStateName
Gets the name of the state the process instance is currently in.
Public propertyStatus
Gets the process instance status.
Public propertyVersion
Gets the version of the process instance.

See Also