ActivityTrackingLocation.ExecutionStatusEvents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.