ExecutorCompletedEvent Class
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.
Event triggered when an executor handler has completed.
public sealed class ExecutorCompletedEvent : Microsoft.Agents.AI.Workflows.ExecutorEvent
type ExecutorCompletedEvent = class
inherit ExecutorEvent
Public NotInheritable Class ExecutorCompletedEvent
Inherits ExecutorEvent
- Inheritance
Constructors
| Name | Description |
|---|---|
| ExecutorCompletedEvent(String, Object) |
Event triggered when an executor handler has completed. |
Properties
| Name | Description |
|---|---|
| Data |
Optional payload (Inherited from WorkflowEvent) |
| ExecutorId |
The identifier of the executor that generated this event. (Inherited from ExecutorEvent) |
Methods
| Name | Description |
|---|---|
| ToString() | (Inherited from ExecutorEvent) |