DESTROY PORT portId
The DESTROY PORT
instruction destroy a message port that is not more
needed. The portId
parameter is the same one that returned the call to
CREATE PORT
function, and identifies the working port at that moment.
sessionId = LOGIN( "user", "password" ) port = CREATE PORT( sessionId, "testApp" ) DESTROY PORT port
DesPrt
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!