Use the getStatus method to get the status of a message submitted to the Message Feed server.
The method returns a value that specifies the processing status of the submitted message. The status can be:
MfpSubmitMessageReply.STATUS_OK – The submitted message was processed OK.MfpSubmitMessageReply.STATUS_PARTIALERROR – The submitted message was processed with some errors. One or several of the messages created from the submitted message was stopped.MfpSubmitMessageReply.STATUS_ERROR – The submitted message was processed with error. All messages created from the submitted message were stopped.MfpSubmitMessageReply.STATUS_TIMEOUT – The submitted message was not processed within the timeout specified in the Mfp.submitMessage method.core.mfp.MfpSubmitMessageReply
getStatus
public int getStatus()
See Mfp.submitMessage.