Click or drag to resize

Changed in Fast Video Cataloger 9

Version 2.0 of the script interface was released in 2024 with version 9.00 of Fast video cataloger.

IConsole Has a new method to get the folder of the currently running script.

IGUI Has a new function, SetCancelSupported(), to report back to FVC if the script support being cancelled.

If cancel is supported a cancel button will be shown in the script window when the script runs.

The script can then use IsCancelRequested() to check if the user has clicked the cancel button.

SetProgress() allow a script to report progress, when progress is reported a progress bar will be displayed.