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: Booleantrue
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.