The ProcessDefinition type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateInstance |
Launches this process.
| |
| CreateInstanceAsync |
Asynchronously launches this process.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Overrides Object..::..Equals(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. (Overrides Object..::..GetHashCode()()()().) | |
| 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 | |
|---|---|---|
| Description |
Gets the Description of the process definition.
| |
| Id |
Gets the ID of the process definition.
| |
| Inputs |
Gets the Xml schema for the inputs to the published version
of this process. The inputs can change when a new version
of a process is published, so ensure you are watching the
ProcessDefinition object for changes via the ProcessDefinitionList.
| |
| Name |
Gets the Name of the process definition.
| |
| PublishedVersion |
Gets the Published Version of this process. When launching a process
IPA will always launch the published version. Watch for changes to
the published version to determine when inputs, etc to the process
have changed.
|