lxCheckAndUpdateRemove
lxCheckAndUpdateRemove(t_appName[g_path] ) => t / nil
Description
Removes the specified application or test from the application readiness checks.
Arguments
|
Path from where to remove checks and updates.
If the path is not |
Value Returned
|
The specified application or test is removed from the Check and Update tests run from the application readiness checks. |
|
Examples
The Design Planner application is removed and will not be available to run from the Application Readiness Checker form or the lxCheckAndUpdate SKILL function.
lxCheckAndUpdateRemove("Design Planner")
The Signal type check and update is removed from the Schematic v Layout application.
lxCheckAndUpdateRemove("Schematic v Layout" list("Signal type"))
Return to top