A flag representing whether a worker has been quit.

Instance Variable isSet Whether this flag is set. (type: bool)
Method __init__ Create a Quit un-set.
Method set Set the flag if it has not been set.
Method check Check if the flag has been set.
isSet =
Whether this flag is set. (type: bool)
def __init__(self):

Create a Quit un-set.

def set(self):

Set the flag if it has not been set.

RaisesAlreadyQuitIf it has been set.
def check(self):

Check if the flag has been set.

RaisesAlreadyQuitIf it has been set.
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.