CheckpointableRunBase 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.
Represents a base object for a workflow run that may support checkpointing.
public abstract class CheckpointableRunBase
type CheckpointableRunBase = class
Public MustInherit Class CheckpointableRunBase
- Inheritance
-
CheckpointableRunBase
- Derived
Properties
| Name | Description |
|---|---|
| Checkpoints | Microsoft.Agents.AI.Workflows.Checkpointing.ICheckpointingHandle.Checkpoints |
| IsCheckpointingEnabled | Microsoft.Agents.AI.Workflows.Checkpointing.ICheckpointingHandle.IsCheckpointingEnabled |
| LastCheckpoint |
Gets the most recent checkpoint information. |
Methods
| Name | Description |
|---|---|
| RestoreCheckpointAsync(CheckpointInfo, CancellationToken) | Microsoft.Agents.AI.Workflows.Checkpointing.ICheckpointingHandle.RestoreCheckpointAsync(Microsoft.Agents.AI.Workflows.CheckpointInfo,System.Threading.CancellationToken) |