cancellation_token property

cancellation_token property

The cancellation token.

Definition:

@property
def cancellation_token(self):
    ...
@cancellation_token.setter
def cancellation_token(self, value):
    ...

See Also