Instance Method インスタンスメソッド

webPlugInStop()

Tells the plug-in to stop normal operation.

Declaration 宣言

func webPlugInStop()

Discussion 解説

This method may be called more than once, provided that the application has already called webPlugInInitialize() and that each call to this method is preceded by a call to webPlugInStart().

See Also 参照

Controlling the Plug-in