Attributes Summary |
maximumStartupAttempts : int | The number of times to try to spawn this process from another process, such as a process manager.
|
pingInterval : int | Specifies the frequency of communication attempts between the parent process, such as the node agent, and the process it has spawned, such as an application server.
|
pingTimeout : int | When a parent process is spawning a child process, such as when a process manager spawns a server, the parent process pings the child process to see whether the child was spawned successfully.
|
autoRestart : boolean | Whether the process will be restarted automatically on failure detection.
|
nodeRestartState : RestartStateKind | The processing state that will be attained if autoRestart is enabled.
|