ProcessingState.CancelRequested Property¶
Gets a value specifying whether there is a request to cancel the task or not. After cancellation is requested, the task may complete, fail or take time to stop due to cancellation.
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 CancelRequested { get; }
VB¶
Public ReadOnly Property CancelRequested As Boolean
Get
Property Value¶
Type: Boolean