OSImport.IsFinished Property¶
Returns true if the import has finished. The return value of this does not indicate success, error or cancellation, simply whether or not the task is complete.
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
Property Value¶
Type: Boolean