IModuleEquip.UninstallAsync method
Invokes ModVM.AsyncUninstallMod(slotId). Returns SlotEmpty (not an error) if the slot held no module.
public Task<EquipResult> UninstallAsync(int slotId, CancellationToken ct = default)See Also
Section titled “See Also”- enum EquipResult
- interface IModuleEquip
- namespace Stellar.Abstractions.Services