Interface IStatus<T>
The status interface can be used to retrieve status information by running solvers.
Namespace: OPTANO.Modeling.Optimization.Solver.Interfaces
Assembly: Optimization.dll
Syntax
public interface IStatus<T>
Type Parameters
| Name | Description |
|---|---|
| T | Type of the returned information. |
Events
Status
A Status event
Declaration
event Action<T> Status
Event Type
| Type | Description |
|---|---|
| System.Action<T> |