Table of Contents

Interface IRunnableResource

Namespace
FoundationaLLM.Common.Interfaces
Assembly
FoundationaLLM.Common.dll

Defines the properties and methods for a runnable FoundationaLLM resource.

public interface IRunnableResource
Extension Methods

Properties

Completed

Gets or sets the flag that indicates whether the resource run is completed.

bool Completed { get; set; }

Property Value

bool

Successful

Gets or sets the flag that indicates whether the resource run was successful.

bool Successful { get; set; }

Property Value

bool