ILOG CPLEX .NET Reference Manual

Cplex.HeuristicCallback.GetCplexStatus Method 

Returns the Cplex.CplexStatus for the current node.

protected virtual CplexStatus GetCplexStatus();

Remarks

This method returns the Cplex.CplexStatus of the solution found by the instance of Cplex at the current node during the last call to the method Cplex.HeuristicCallback.Solve (which may have been called directly in the callback or by Cplex when processing the node just before the callback is called).

See Also

Cplex.HeuristicCallback Class | ILOG.CPLEX Namespace