ProcessingState.IsFinished Property¶
Gets a value specifying if the server side processing has no more work to do.
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 bool IsFinished { get; }
VB¶
Public ReadOnly Property IsFinished As Boolean
Get
Return Value¶
Type: Boolean
True if the server side task has completed, failed or been canceled.