PhaseStartedEvent
NexusLabs.Needlr.AgentFramework¶
NexusLabs.Needlr.AgentFramework.Progress¶
PhaseStartedEvent Class¶
A pipeline phase has started execution.
public sealed record PhaseStartedEvent : NexusLabs.Needlr.AgentFramework.Progress.IProgressEvent, System.IEquatable<NexusLabs.Needlr.AgentFramework.Progress.PhaseStartedEvent>
Inheritance System.Object 🡒 PhaseStartedEvent
Implements IProgressEvent, System.IEquatable<PhaseStartedEvent>
Constructors¶
PhaseStartedEvent(DateTimeOffset, string, string, string, int, long, string, int, int, int) Constructor¶
A pipeline phase has started execution.
public PhaseStartedEvent(System.DateTimeOffset Timestamp, string WorkflowId, string? AgentId, string? ParentAgentId, int Depth, long SequenceNumber, string PhaseName, int PhaseIndex, int TotalPhases, int StageCount);
Parameters¶
Timestamp System.DateTimeOffset
WorkflowId System.String
AgentId System.String
ParentAgentId System.String
Depth System.Int32
SequenceNumber System.Int64
PhaseName System.String
PhaseIndex System.Int32
TotalPhases System.Int32
StageCount System.Int32