Check if a messageport is empty
Source position: exec.pas line 1323
function IsMsgPortEmpty( |
mp: pMsgPort |
):Boolean; |
mp |
|
A pointer to the messageport |
True if no messages are there, False if there are at least one message in the messageport
Easy way to check if a messageport has messages or not without removing the message from the messageport.