keep_alive property

keep_alive property

True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information.

Definition:

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

See Also