Method | Description | |
---|---|---|
ActivateModsMonitorVM ( ActivateModsMonitor p_amnActivateModsMonitor, ISettings p_setSettings, |
A simple constructor that initializes the object with its dependencies.
|
|
CanCancelTask ( IBackgroundTask p_tskTask ) : bool |
Determines if the given IBackgroundTask can be cancelled.
|
|
CheckTaskStatus ( string p_strTask ) : bool |
Check the task status.
|
|
RemoveAllTasks ( List |
Removes all the completed/failed tasks.
|
|
RemoveQueuedTask ( |
Removes the given task.
|
|
RemoveQueuedTaskUn ( Nexus.Client.ModManagement.ModUninstaller p_tskTask ) : void |
Removes the uninstalling given task.
|
|
RemoveQueuedTaskUpg ( |
Removes the upgrading given task.
|
|
RemoveQueuedTasks ( ) : void |
Removes all the queued tasks.
|
|
RemoveSelectedTask ( |
Removes the given task.
|
|
RemoveSelectedTask ( string p_strTask ) : void |
Removes the selected task.
|
|
RemoveSelectedTaskUn ( Nexus.Client.ModManagement.ModUninstaller p_tskTask ) : void |
Removes the uninstalling given task.
|
|
RemoveSelectedTaskUpg ( |
Removes the upgrading given task.
|
|
RemoveTask ( |
Removes the given task.
|
|
RemoveTaskUn ( Nexus.Client.ModManagement.ModUninstaller p_tskTask ) : void |
Removes the given task.
|
|
RemoveTaskUpg ( |
Removes the given task.
|
|
RemoveUselessTask ( |
Removes the given task (the task is already in queue or running).
|
|
RemoveUselessTaskUn ( Nexus.Client.ModManagement.ModUninstaller p_tskTask ) : void |
Removes the given uninstalling task (the task is already in queue or running).
|
|
RemoveUselessTaskUpg ( |
Removes the given upgrading task (the task is already in queue or running).
|
Method | Description | |
---|---|---|
OnPropertyChanged ( string name ) : void |
Raises the INotifyPropertyChanged.PropertyChanged event of the project.
|
Method | Description | |
---|---|---|
ActiveTasks_PropertyChanged ( object sender, System e ) : void |
public ActivateModsMonitorVM ( ActivateModsMonitor p_amnActivateModsMonitor, ISettings p_setSettings, |
||
p_amnActivateModsMonitor | ActivateModsMonitor | The Activate Mods manager to use to manage the monitored activities. |
p_setSettings | ISettings | The application and user settings. |
p_mmgModManager | ||
return | Nexus.Client.BackgroundTasks |
public CanCancelTask ( IBackgroundTask p_tskTask ) : bool | ||
p_tskTask | IBackgroundTask | The task for which it is to be determined /// if it can be cancelled. |
return | bool |
public CheckTaskStatus ( string p_strTask ) : bool | ||
p_strTask | string | |
return | bool |
protected OnPropertyChanged ( string name ) : void | ||
name | string | The property name. |
return | void |
public RemoveAllTasks ( List |
||
p_tskRunning | List |
|
return | void |
public RemoveQueuedTask ( |
||
p_tskTask | BasicInstallTask task to remove. | |
return | void |
public RemoveQueuedTaskUn ( Nexus.Client.ModManagement.ModUninstaller p_tskTask ) : void | ||
p_tskTask | Nexus.Client.ModManagement.ModUninstaller | BasicInstallTask task to remove. |
return | void |
public RemoveQueuedTaskUpg ( |
||
p_tskTask | BasicInstallTask task to remove. | |
return | void |
public RemoveSelectedTask ( |
||
p_tskTask | BasicInstallTask task to remove. | |
return | void |
public RemoveSelectedTask ( string p_strTask ) : void | ||
p_strTask | string | |
return | void |
public RemoveSelectedTaskUn ( Nexus.Client.ModManagement.ModUninstaller p_tskTask ) : void | ||
p_tskTask | Nexus.Client.ModManagement.ModUninstaller | BasicInstallTask task to remove. |
return | void |
public RemoveSelectedTaskUpg ( |
||
p_tskTask | BasicInstallTask task to remove. | |
return | void |
public RemoveTask ( |
||
p_tskTask | BasicInstallTask task to remove. | |
return | void |
public RemoveTaskUn ( Nexus.Client.ModManagement.ModUninstaller p_tskTask ) : void | ||
p_tskTask | Nexus.Client.ModManagement.ModUninstaller | BasicInstallTask task to remove. |
return | void |
public RemoveTaskUpg ( |
||
p_tskTask | BasicInstallTask task to remove. | |
return | void |
public RemoveUselessTask ( |
||
p_tskTask | BasicInstallTask task to remove. | |
return | void |
public RemoveUselessTaskUn ( Nexus.Client.ModManagement.ModUninstaller p_tskTask ) : void | ||
p_tskTask | Nexus.Client.ModManagement.ModUninstaller | BasicInstallTask task to remove. |
return | void |
public RemoveUselessTaskUpg ( |
||
p_tskTask | BasicInstallTask task to remove. | |
return | void |