ActivityStartedAnchor
Anchor to the start of a specific ActivityEvent.
public class ActivityStartedAnchor : TimingAnchor
Inheritance System.Object → TimingAnchor → ActivityStartedAnchor
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; }