This type is a class for model objects.
Configuration for additional process execution settings used on UNIX operating systems. These values are not utilized on non-UNIX platforms.
Package: processexec| Attributes Summary | |
| processPriority : EInt | Operating system priority for the process. Only root users can change this value. |
| umask : EString | The user mask that the process runs under (the file-mode permission mask). |
| runAsUser : EString | Runs the process as a specific user. |
| runAsGroup : EString | Runs the process as a member of a specific group. |
| runInProcessGroup : EInt | The process group attribute allows the assignment of a process to a specific process group. This is useful for doing things such as processor partitioning. The sysadmins can assign a process group to run on say 6 of 12 processors and so on. The default of 0 tells it to not assign it to any specific group. |
| Attribute Details |