Share via


SuperStepCompletionInfo Constructor

Definition

Debug information about the SuperStep that finished running.

public SuperStepCompletionInfo(System.Collections.Generic.IEnumerable<string> activatedExecutors, System.Collections.Generic.IEnumerable<string>? instantiatedExecutors = default);
new Microsoft.Agents.AI.Workflows.SuperStepCompletionInfo : seq<string> * seq<string> -> Microsoft.Agents.AI.Workflows.SuperStepCompletionInfo
Public Sub New (activatedExecutors As IEnumerable(Of String), Optional instantiatedExecutors As IEnumerable(Of String) = Nothing)

Parameters

activatedExecutors
IEnumerable<String>
instantiatedExecutors
IEnumerable<String>

Applies to