SuperStepCompletionInfo Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>