aborted property

bool get aborted

The aborted read-only property returns a value that indicates whether the asynchronous operations the signal is communicating with are aborted (true) or not (false).

Implementation

external bool get aborted;