Boolean value that indicates whether the response has completed. Starts as false. After response.end() executes, the value will be true.
false
response.end()
true
v8.4.0