Unload Task
class UnloadTask(val workbench: AvailWorkbench, targetModuleName: ResolvedModuleName?) : AbstractWorkbenchTask
An AbstractWorkbenchTask that initiates and manages unloading the target module.
Parameters
workbench
The owning AvailWorkbench.
target Module Name
The resolved name of the target module to unload, or null to unload all modules.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The owning AvailWorkbench.