Process Properties
The properties defined in the Process class are summarized in the following table.
Property | Description |
---|---|
adminInfo | Contains information that can be used in tools that monitor the status of processes in the system |
node | Contains a read-only reference to the node in which the process is executing |
number | Contains a read-only internal number that distinguishes the process from other concurrent processes |
persistentApp | Contains a reference to the persistent application object that corresponds to the process |
schema | Contains a reference to the persistent schema object that corresponds to the process |
signOnTime | Contains the date and time that the process started executing |
signOnUserCode | Contains the user code specified when signing on |
status | Not yet implemented (reserved for future use) |
type | Contains the type of the current process |
userCode | Contains the current user code |
userExitCode | Contains a value returned by your applications when the jade.exe program exits |
userInfo | Contains any additional information stored by the user |