Click or drag to resize

BenchTasksDoUpgradeApps Method (IBenchManager, ActionTaskInfo, Cancelation)

Runs the Bench task of upgrading all upgradable apps. An app is upgradable if CanUpgrade is true.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static ActionResult DoUpgradeApps(
	IBenchManager man,
	Action<TaskInfo> notify,
	Cancelation cancelation
)

Parameters

man
Type: Mastersign.BenchIBenchManager
The Bench manager.
notify
Type: SystemActionTaskInfo
The notification handler.
cancelation
Type: Mastersign.BenchCancelation
A cancelation token.

Return Value

Type: ActionResult
The result of running the task, in shape of an ActionResult object.
See Also