Skip to content

OptimizationProgressChangedEventArgs

Summary

Provides data for the optimization progress changed event.

Signature

1
public class OptimizationProgressChangedEventArgs

Namespace

cAlgo.API

See Also

Methods

ToString

Signature

1
public string ToString()

Return Value

string

PrintMembers

Signature

1
protected bool PrintMembers(StringBuilder builder)

Parameters

Name Type Description
builder StringBuilder

Return Value

bool

GetHashCode

Signature

1
public int GetHashCode()

Return Value

int

Equals (2)

Equals (1 of 2)

Signature

1
public bool Equals(object obj)

Parameters

Name Type Description
obj object

Return Value

bool

Equals (2 of 2)

Signature

1
public bool Equals(OptimizationProgressChangedEventArgs other)

Parameters

Name Type Description
other OptimizationProgressChangedEventArgs

Return Value

bool

$

Signature

1
public OptimizationProgressChangedEventArgs <Clone>$()

Return Value

OptimizationProgressChangedEventArgs

Properties

Process

Summary

Gets the optimization process that reported progress.

Signature

1
public OptimizationProcess Process {get;}

Return Value

OptimizationProcess

Progress

Summary

Gets the progress percentage of the current operation.

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