BacktestingProgressChangedEventArgs¶
Summary¶
Provides data for the backtesting progress changed event.
Signature
1 |
|
Namespace¶
cAlgo.API
Properties¶
Process¶
Summary
Gets the backtesting process that reported progress.
Signature
1 |
|
Return Value
BacktestingProcess
Progress¶
Summary
Gets the progress percentage of the backtesting process.
Signature
1 |
|
Return Value
double
Operation¶
Summary
Gets the description of the current operation.
Signature
1 |
|
Return Value
string