Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 691 Bytes

File metadata and controls

28 lines (19 loc) · 691 Bytes

RestartServer

Properties

Name Type Description Notes
stopType StopTypeEnum Restart type [optional]
timeout BigDecimal Stop timeout in seconds [optional]
timeoutAction TimeoutActionEnum Action to take if timeout limit is exceeded. [optional]

Enum: StopTypeEnum

Name Value
SOFT "soft"
HARD "hard"

Enum: TimeoutActionEnum

Name Value
DESTROY "destroy"
IGNORE "ignore"