IKeymanProduct::Stop
Shuts down the product if it is currently running. Most commonly this will be called from the controller user interface rather than from an external product, but there may be situations in which it makes sense to call this function.
Declaration
Sub Stop
Parameters
| No | Name | Type | Description |
|---|
Example Code
' Stop keyboard mapping
dim Keyman, KeymanProduct
set Keyman = CreateObject("kmcomapi.TavultesoftKeyman")
set KeymanProduct = Keyman.Products.ItemsByProductID(KeymanProductID)
KeymanProduct.Stop()


