The ProcessDefinition type exposes the following members.

Methods

  NameDescription
Public methodCreateInstance
Launches this process.
Public methodCreateInstanceAsync
Asynchronously launches this process.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::..Equals(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.
(Overrides Object..::..GetHashCode()()()().)
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 propertyDescription
Gets the Description of the process definition.
Public propertyId
Gets the ID of the process definition.
Public propertyInputs
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.
Public propertyName
Gets the Name of the process definition.
Public propertyPublishedVersion
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.

See Also