MagenticProgressLedger 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.
Maintains a ledger of progress made by the Magentic workflow.
public class MagenticProgressLedger
type MagenticProgressLedger = class
Public Class MagenticProgressLedger
- Inheritance
-
MagenticProgressLedger
Properties
| Name | Description |
|---|---|
| InstructionOrQuestion |
Gets the instruction or question to send to the next team member. |
| IsInLoop |
Specifies whether the team is in a loop. |
| IsProgressBeingMade |
Specifies whether the team is making progress on the task. |
| IsRequestSatisfied |
Specifies whether the task has been fully satisfied. |
| IsStarted |
Specifies whether plan execution has started. |
| NextSpeaker |
Gets the next team member to take a turn. |