Header menu logo Nao

ITraceStore Type

Stores execution traces for regression comparison

Instance members

Instance member Description

this.GetBaselineAsync

Full Usage: this.GetBaselineAsync

Parameters:
    arg0 : AgentId
    taskPattern : string

Returns: Task<ExecutionTrace option>
Modifiers: abstract

Get the most recent successful trace for an agent + task pattern

arg0 : AgentId
taskPattern : string
Returns: Task<ExecutionTrace option>

this.GetTracesAsync

Full Usage: this.GetTracesAsync

Parameters:
Returns: Task<ExecutionTrace list>
Modifiers: abstract

Get all traces for an agent

arg0 : AgentId
limit : int
Returns: Task<ExecutionTrace list>

this.SaveAsync

Full Usage: this.SaveAsync

Parameters:
Returns: Task<unit>
Modifiers: abstract

Save an execution trace

arg0 : ExecutionTrace
Returns: Task<unit>

Type something to start searching.