AppTaskUpdateInfoFrom Method

Parses and optionally updates a long running task info from the app task.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static AppTaskUpdateInfo From(
	string currentServerId,
	ApplicationTask appTask,
	bool autoUpdate
)

Parameters

currentServerId  String
Current vault server attachment id.
appTask  ApplicationTask
App task to parse from.
autoUpdate  Boolean
When true => Auto updates the last updated at / increments the update count.

Return Value

AppTaskUpdateInfo
The AppTaskUpdateInfo parsed from the Progress string.

See Also