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

Class RunningTask

object --+    
         |    
   _Handle --+
             |
            RunningTask

The RunningTask class is used to recover from a lost Parallels Service connection. It allows to attach to an existing task that was started in the previous session and is still running inside the Parallels Service.

Instance Methods [ hide private ]
get_task_uuid ( self )
Return the task UUID (universally unique ID).
get_task_type ( self )
Determine the task type.
get_task_parameters_as_string ( self )
Return task parameters as a string.

Inherited from _Handle : __del__ , __init__ , add_ref , free , from_string , get_handle_type , get_package_id , get_type

Inherited from object : __delattr__ , __format__ , __getattribute__ , __hash__ , __new__ , __reduce__ , __reduce_ex__ , __repr__ , __setattr__ , __sizeof__ , __str__ , __subclasshook__

Properties [ hide private ]

Inherited from object : __class__