Skip to content

ProcessingState.DateEnded Property

Gets a DateTime that specifies the time that the task finished. Will be null if it has not yet finished.

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<DateTime> DateEnded { get; }

VB

Public ReadOnly Property DateEnded As Nullable(Of DateTime)
    Get

Property Value

Type: Nullable(DateTime)

See Also

Reference

ProcessingState Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?