Skip to content

mintmousse.stop

Stop and waits for the MintMousse thread to rejoin.

Can only be called on the main thread.

Synopsis

mintmousse.stop( noWait )

Parameters

noWait boolean (false)

If we shouldn't wait for the thread to rejoin, and just send the quit command.

If you choose not to wait, you can wait later by calling mintmousse.wait

Returns

Nothing.

Examples

mintmousse.stop()

mintmousse.stop(true)

See Also