 | DefaultBenchManagerUninstallApp Method |
Uninstalls the specified app, in case it is installed.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic bool UninstallApp(
string appId
)
Public Function UninstallApp (
appId As String
) As Boolean
Parameters
- appId
- Type: SystemString
Return Value
Type:
Booleantrue if the execution of the task was successful; otherwise
false.
See Also