Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Plugin.LockFunction
Locks a function with a password.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Plugin | 5.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Plugin.LockFunction"; name; password ) More
Parameters
Parameter | Description | Example |
---|---|---|
name | A function name like RemoteControl.ClickMouse. | "RemoteControl.ClickMouse" |
password | The password to use. | "secure" |
Result
Returns OK or error.
Description
Locks a function with a password.The function can no longer be called until unlocked.
Examples
Locks version function:
MBS("Plugin.LockFunction"; "Version"; "test")
See also
- Plugin.LimitFunction
- Plugin.LockedFunctions
- Plugin.SetFunctions
- Plugin.UnlockFunction
- Plugin.UsedFunctions
- RemoteControl.ClickMouse
- Version
Blog Entries
This function is free to use.
Created 20th October 2015, last changed 21st October 2017