Skip to content

ProcessingState.Progress Property

Gets the current progress as a percentage. May be null if the task has not yet started or the task does not support progress reporting.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public Nullable<int> Progress { get; }

VB

Public ReadOnly Property Progress As Nullable(Of Integer)
    Get

Property Value

Type: Nullable(Int32)

See Also

Reference

ProcessingState Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?