StageOutcome
NexusLabs.Foundry.MicrosoftAgentFramework¶
NexusLabs.Foundry.MicrosoftAgentFramework.Diagnostics¶
StageOutcome Enum¶
The outcome of a pipeline stage execution.
Fields¶
Succeeded 0
Stage executed successfully.
Skipped 1
Stage was skipped via a ShouldSkip predicate.
Failed 2
Stage executed but failed.