XPRSgetmessagestatus
XPRSgetmessagestatus |
Purpose
Retrieves the current suppression status of a message.
Synopsis
int XPRS_CC XPRSgetmessagestatus(XPRSprob prob, int errcode, int *status);
Arguments
prob
|
The problem to check for the suppression status of the message error code. Use
NULL to check for the global suppression status of the message errcode.
|
errcode
|
The id number of the message. Refer to Chapter
Return Codes and Error Messages for a list of possible message numbers.
|
status
|
Non-zero if the message is not suppressed;
0 otherwise.
|
Further information
If a message is suppressed globally then the message will always have
status return zero from
XPRSgetmessagestatus when prob is non-NULL.
Related topics