The ProcessInstance type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ProcessInstance |
Initializes a new instance of the ProcessInstance class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| CancelReason | Gets the cancel reason. | |
| DefinitionId | Gets the identifier of the process definition. | |
| Description | Gets the description of the process instance. | |
| DynamicDetails | Gets the dynamic details. | |
| EndTime | Gets the end time. | |
| Id | Gets the globally unique identifier of a process instance. | |
| LaunchingUserDisplayName |
Gets the display name of the user that launched this process.
| |
| LaunchName | Gets the name of the launch. | |
| Name | Gets the name of the process instance. | |
| NumericId |
Gets the numeric identifier for this process instance. The numeric
identifier is only unique on a given Interaction Center site.
| |
| StartTime | Gets the start time. | |
| StateName | Gets the name of the state the process instance is currently in. | |
| Status | Gets the process instance status. | |
| Version | Gets the version of the process instance. |