Cancellable.isCancelled

Checks if a cancellable job has been cancelled.

class Cancellable
int
isCancelled
()

Return Value

Type: int

TRUE if cancellable is cancelled, FALSE if called with NULL or if item is not cancelled.

Meta