Skip to content

Sequencing.IsFinished Property

Gets a value indicating whether the server-side processing is complete.

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

Syntax

C

public bool IsFinished { get; }

VB

Public ReadOnly Property IsFinished As Boolean
    Get

Property Value

Type: Boolean
true if the server-side processing is complete; otherwise, false

Remarks

The return value of this does not indicate success, error or cancellation, simply whether or not the server-side processing is complete.

See Also

Reference

Sequencing Class
Citrix.SDK.AppDNA.Solutions.AppV Namespace

Was this article helpful?