ActivityEndedAnchor
Anchor to the end of a specific ActivityEvent (after Complete()).
public class ActivityEndedAnchor : TimingAnchor
Inheritance System.Object → TimingAnchor → ActivityEndedAnchor
Properties
Activity
Hydrated reference to the anchored activity at emission. Null until resolved.
public ActivityEvent? Activity { get; }
Property Value
ActivityUuid
Uuid of the ActivityEvent this anchor targets.
public string ActivityUuid { get; }