| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Plugin.UnregisterScriptStep
Unregister a script step.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Plugin.UnregisterScriptStep" { ; Script Step ID; Name } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| Script Step ID | The script step ID. Must be unique and 3 or higher. MBS function is ID 1 and MBS script step is ID 2. |
3 | Optional |
| Name | The name of the custom function. | "Concat" | Optional |
Result
Returns OK or error.
Description
Unregister a script step.If passed no parameters, we remove all script steps.
If you pass one parameter, we check for the script step ID to match.
And if you pass two parameters, we check for both name and script step ID to match.
See also
Release notes
- Version 15.4
- Added Plugin.UnregisterFunction and Plugin.UnregisterScriptStep functions.
Blog Entries
This function checks for a license.
Created 21st July 2025, last changed 21st July 2025