exit.ifbackgroundcheck
The exit.ifbackgroundcheck command can be used to check whether the comparison process was started with the Background check option.. If it does concern a background check, the script will end. The following scripts will only be executed if the comparison process is not a background check.
Syntax:
Example
Function ScriptBeforeCompare
{
// If it does concern a background check, the script will close
// Start cancelled.
exit.ifbackgroundcheck
// otherwise:
provideArchive
useTempWorkdirM
useTempWorkdirS
}
Last update: September 15, 2023