ActivityTrackingLocation.ExecutionStatusEvents Property

Definition

Gets the list of activity status events that can be matched for this location.

public:
 property System::Collections::Generic::IList<System::Workflow::ComponentModel::ActivityExecutionStatus> ^ ExecutionStatusEvents { System::Collections::Generic::IList<System::Workflow::ComponentModel::ActivityExecutionStatus> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.ComponentModel.ActivityExecutionStatus> ExecutionStatusEvents { get; }
member this.ExecutionStatusEvents : System.Collections.Generic.IList<System.Workflow.ComponentModel.ActivityExecutionStatus>
Public ReadOnly Property ExecutionStatusEvents As IList(Of ActivityExecutionStatus)

Property Value

A IList<T> that contains one or more of the ActivityExecutionStatus values. The default is an empty list.

Remarks

ExecutionStatusEvents specifies the activity status events for which the ActivityTrackingLocation can be matched. One of the ActivityExecutionStatus values in ExecutionStatusEvents must be matched and every TrackingCondition in Conditions must be true for the ActivityTrackingLocation to be matched. An empty list specifies that no events are to be matched.

Applies to