London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ProcessHandlingActivity

Inheritance
System.Object
ProcessHandlingActivity
Namespace: Mediachase.Commerce.Workflow.Activities.Cart
Assembly: Mediachase.Commerce.Workflow.dll
Version: 13.30.0
Syntax
public class ProcessHandlingActivity : CartActivityBase

Constructors

ProcessHandlingActivity()

Declaration
public ProcessHandlingActivity()

Methods

Execute(ActivityExecutionContext)

Declaration
protected override ActivityExecutionStatus Execute(ActivityExecutionContext executionContext)
Parameters
Type Name Description
ActivityExecutionContext executionContext
Returns
Type Description
ActivityExecutionStatus
Overrides