Share via


CheckpointableRunBase Class

Definition

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)

Applies to