ILOG CPLEX .NET Reference Manual

Cplex.HeuristicCallback.GetStatus Method 

Returns the solution status for the current node.

protected virtual Status GetStatus();

Remarks

This method returns the status 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). Cplex.Status

See Also

Cplex.HeuristicCallback Class | ILOG.CPLEX Namespace