Name
multi:Close -- close down a multi session
Synopsis
multi:Close()
Function
Cleans up and removes a whole multi stack. It does not free or touch any individual easy handles in any way - they still need to be closed individually, using the usual easy:Close() way. The order of cleaning up should be:

  1. multi:RemoveHandle() before any easy handles are cleaned up
  2. easy:Close() can now be called independently since the easy handle is no longer connected to the multi handle
  3. multi:Close() should be called when all easy handles are removed

Inputs
none


Show TOC