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): (source)

Create a Quit un-set.

def set(self): (source)

Set the flag if it has not been set.

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

Check if the flag has been set.

RaisesAlreadyQuitIf it has been set.
API Documentation for Twisted, generated by pydoctor at 2018-04-29 21:01:12.