Share via


TerminateJobQueryParamProperties interface

Properties

force

If true, the server will terminate the Job even if the corresponding nodes have not fully processed the termination. The default value is false.

timeOut

The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.".

Property Details

force

If true, the server will terminate the Job even if the corresponding nodes have not fully processed the termination. The default value is false.

force?: boolean

Property Value

boolean

timeOut

The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.".

timeOut?: number

Property Value

number