Returns whether the lengthy operation has been canceled.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Canceled() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_Canceled(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public bool getCanceled(); |
| [Python - STK API] |
|---|
@property def Canceled(self) -> bool: |





