Skip to content

BacktestingProgressChangedEventArgs

Summary

Provides data for the backtesting progress changed event.

Signature

1
public class BacktestingProgressChangedEventArgs

Namespace

cAlgo.API

Properties

Process

Summary

Gets the backtesting process that reported progress.

Signature

1
public BacktestingProcess Process {get;}

Return Value

BacktestingProcess

Progress

Summary

Gets the progress percentage of the backtesting process.

Signature

1
public double Progress {get;}

Return Value

double

Operation

Summary

Gets the description of the current operation.

Signature

1
public string Operation {get;}

Return Value

string