ProcessUser interface
Describes the user under which a process is running.
Properties
user |
Domain name for the user. |
user |
User name under which the process is running. |
Property Details
userDomain
Domain name for the user.
userDomain?: string
Property Value
string
userName
User name under which the process is running.
userName?: string
Property Value
string