ID Property
      
 

Description

Returns process ID.


Property type

A Long value.  


Syntax

object.ID [= value]



The ID Property syntax has these parts:

Part Description
object An expression evaluating to an object of type UpdProcess.
value A Long value.

Remarks

This property holds process ID of the process that locks file you want to replace using wodAppUpdate. It is same ID as you would obtain using GetCurrentProcessId API, if you own that process.

You can use this number to kill the process or access it for some other reason. It is not safe to assume that wodAppUpdate has enough privileges to access the process - maybe your application (and wodAppUpdate with it) runs with restricted user privileges.