Package prlsdkapi :: Class NetServiceStatus
[hide private]
[frames] | no frames]

Class NetServiceStatus

  object --+        
           |        
 prlsdk.Base --+    
               |    
prlsdk.BaseAsync --+
                   |
                  NetServiceStatus

Contains the Parallels Service network status information.

Instance Methods [hide private]

Inherited from prlsdk.BaseAsync: __cmp__, __init__, __new__, __repr__, cancel, wait

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  __prefix__ = 'netsvc'
  __ht__ = 268435501
Properties [hide private]
  status
Network service status.

Inherited from prlsdk.BaseAsync: __expected_h_type__, __job__, finished, handle_type

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

status

Network service status. See consts.PSS_xxx for status list.

Get Method:
unreachable.netsvc__get_status(netsvc, NetSvc) - Returns status (Started/Stopped/NotInstalled) see consts.PSS_xxx .