ProcessProperties
Interface for common process properties shared across multiple interfaces
Extended by¶
Properties¶
| Property | Type |
|---|---|
entryPointPath? |
null | string |
environmentVariables? |
null | string |
inputArguments? |
null | string |
jobPriority? |
null | JobPriority |
remoteControlAccess? |
null | RemoteControlAccess |
requiresUserInteraction? |
null | boolean |
specificPriorityValue? |
null | number |