get_process_id


Description:

public uint get_process_id () throws Error

Returns the process id associated with the given accessible.

Mainly added for debugging; it is a shortcut to explicitly querying the accessible's app->bus_name and then calling GetConnectionUnixProcessID.

Parameters:

this

The Accessible to query.

Returns:

The process ID or undetermined value if throws is set.