Attributes Summary | |
processPriority : int | Operating system priority for the process. |
umask : String | The user mask that the process runs under (the file-mode permission mask). |
runAsUser : String | Runs the process as a specific user. |
runAsGroup : String | Runs the process as a member of a specific group. |
runInProcessGroup : int | The process group attribute allows the assignment of a process to a specific process group. |
Attribute Details |