def __unload__():
    global serviceInstance
    if serviceInstance:
        serviceInstance.dispose()
        from shootblues.common.service import forceStop
        forceStop("statemonitor")
        serviceInstance = None
Exemple #2
0
def __unload__():
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("targetcolors")
        serviceRunning = False
def __unload__():
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("broadcasthelper")
        serviceRunning = False
def __unload__():
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("dronehelper")
        serviceRunning = False
def __unload__():
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("activetanker")
        serviceRunning = False
Exemple #6
0
def __unload__():
    global serviceRunning, serviceInstance
    if serviceInstance:
        serviceInstance.unhookModules()
        serviceInstance.disabled = True
        serviceInstance = None
    if serviceRunning:
        forceStop("weaponhelper")
        serviceRunning = False
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
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
def __unload__():
    global serviceInstance
    if serviceInstance:
        forceStop("notificationlistener")
        serviceInstance = None
def __unload__():
    global serviceInstance
    if serviceInstance:
        from shootblues.common.service import forceStop
        forceStop("charmonitor")
Exemple #14
0
def __unload__():
    global serviceInstance
    if serviceInstance:
        forceStop("towermail")
        serviceInstance = None
def __unload__():
    forceStop("sessiontimer")
def __unload__():
    forceStop("sessiontimer")
Exemple #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