|
|
|
@ -56,6 +56,13 @@ def RDPSessionReconnect(inRDPSessionKeyStr):
|
|
|
|
|
Connector.Session(lRDPConfigurationItem)
|
|
|
|
|
return True
|
|
|
|
|
|
|
|
|
|
# Stop track the RDP session. Current def dont kill RDP session - only stop to track it (it can give )
|
|
|
|
|
def RDPSessionMonitorStop(inRDPSessionKeyStr):
|
|
|
|
|
global gSettings
|
|
|
|
|
lResult = True
|
|
|
|
|
gSettings["RobotRDPActive"]["RDPList"].pop(inRDPSessionKeyStr,None) # Remove item from RDPList
|
|
|
|
|
return lResult
|
|
|
|
|
|
|
|
|
|
# Logoff the RDP session
|
|
|
|
|
def RDPSessionLogoff(inRDPSessionKeyStr):
|
|
|
|
|
global gSettings
|
|
|
|
|