CompletedPostEventArgs Members
Include Protected Members
Include Inherited Members
Provides properties for the post-event arguments of a completed workflow.
The CompletedPostEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CompletedPostEventArgs | Creates an instance of the CompletedPostEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
LastStageUid | Gets the GUID of the workflow stage that has completed. | |
ProjectUid | Gets the GUID for the project. | |
WorkflowCompletionStatus | Gets an enumerator that represents under what conditions the previous stage completed. | |
WorkflowInstanceUid | Gets the GUID of the workflow instance. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top