PipelineExecutionResult Enumeration

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Specifies the possible return values of the RunPipeline method.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Enumeration PipelineExecutionResult
'Usage
Dim instance As PipelineExecutionResult
public enum PipelineExecutionResult
public enum class PipelineExecutionResult
public enum PipelineExecutionResult

Members

Member name Description
Success Signifies that pipeline was executed successfully.
Warning Signifies that warnings were reported by one or more pipeline components.

Remarks

Specifies the results of the RunPipeline and RunPipeline methods.

See Also

Reference

Microsoft.CommerceServer.Runtime.Orders Namespace