I am trying to set the name of the application in twisted and would like to get the name later on using the variable "app"
app = service.Application("TestingApp")
I could not find anything like "app.getName()". Any help appreciated?
I am trying to set the name of the application in twisted and would like to get the name later on using the variable "app"
app = service.Application("TestingApp")
I could not find anything like "app.getName()". Any help appreciated?
Copyright © 2021 Jogjafile Inc.
The name is available via the
IService.name
attribute: