ApplicationTaskProgress Property

Resolves the progress value. Note: - This is only valid for ApplicationBroadcast Task types. - Broadcast message types always returns an empty string.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public string Progress { get; }

Property Value

String

See Also