Name |
Type |
Required |
Configurable |
Description |
delaySecs |
positiveInteger |
Yes |
No |
The number of seconds to wait before testing if the process exists. |
timeoutSecs |
positiveInteger |
Yes |
No |
The number of seconds to wait for the process to come online before failing. This time starts after the delay has completed. |
processNamePattern |
String |
Yes |
Yes |
A glob-style pattern to use to match the desired process name. |
user |
String |
No |
Yes |
A glob-style pattern to use to match the name of the process owner. If unspecified, the process owner is not considered as part of the test. |