AppTaskUpdateInfo Class

ApplicationTask generic progress update info object.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class AppTaskUpdateInfo
Inheritance
Object    AppTaskUpdateInfo

Constructors

Properties

CreateAtUtc When the task was created.
EndedAtUtc Time the task processing ended.
FailureInfo Optional - Failure info.
LastUpdatedAtUtc Time the task was last updated.
PercentComplete Numeric completion progress.
ProcessingTargets Holds identifier(s) for objects that are the target of the processing.
Remarks Additional remarks / serialized json.
ServerGuid Server guid of this msm server.
ServerName Environment.Name of the server that processed the task.
StatusInfo Optional - Status info.
TaskState Task state info.
TraceInfo Optional -Trace Log info.
UpdateCount Number of updates this task has had.

Methods

From Parses and optionally updates a long running task info from the app task.
GetCurrentVaultServerAttachment Gets the multi-server mode vault server attachment object for this server.
SetRemarks Sets the remarks on the passed update info object.
ToJson Serializes this object to JSON.

See Also