def __unload__():
    global serviceInstance
    if serviceInstance:
        serviceInstance.dispose()
        from shootblues.common.service import forceStop
        forceStop("statemonitor")
        serviceInstance = None
Exemplo n.º 2
0
def __unload__():
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("targetcolors")
        serviceRunning = False
Exemplo n.º 3
0
def __unload__():
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("broadcasthelper")
        serviceRunning = False
Exemplo n.º 4
0
def __unload__():
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("dronehelper")
        serviceRunning = False
Exemplo n.º 5
0
def __unload__():
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("activetanker")
        serviceRunning = False
Exemplo n.º 6
0
def __unload__():
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.unhookModules()
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("weaponhelper")
        serviceRunning = False
Exemplo n.º 7
0
def __unload__():
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.unhookModules()
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("weaponhelper")
        serviceRunning = False
def __unload__():
    form.Scanner.ApplyAttributes = old_apply_attributes
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("autoscan")
        serviceRunning = False
def StopAuto(self, *args):
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:

        forceStop("autoscan")
        serviceRunning = False
Exemplo n.º 10
0
def __unload__():
    form.Scanner.ApplyAttributes = old_apply_attributes
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("autoscan")
        serviceRunning = False
Exemplo n.º 11
0
def StopAuto(self, *args):
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:

        forceStop("autoscan")
        serviceRunning = False
def __unload__():
    global serviceInstance
    if serviceInstance:
        forceStop("notificationlistener")
        serviceInstance = None
def __unload__():
    global serviceInstance
    if serviceInstance:
        from shootblues.common.service import forceStop
        forceStop("charmonitor")
Exemplo n.º 14
0
def __unload__():
    global serviceInstance
    if serviceInstance:
        forceStop("towermail")
        serviceInstance = None
Exemplo n.º 15
0
def __unload__():
    forceStop("sessiontimer")
def __unload__():
    forceStop("sessiontimer")
Exemplo n.º 17
0
def __unload__():
    global serviceInstance
    if serviceInstance:
        from shootblues.common.service import forceStop
        forceStop("charmonitor")
def __unload__():
    global serviceInstance
    if serviceInstance:
        forceStop("towermail")
        serviceInstance = None