is Context Destroyed
Checks if the context is destroyed or finishing.
컨텍스트가 파괴되었거나 종료 중인지 확인합니다.
Return
True if the context is destroyed or finishing, false otherwise.
컨텍스트가 파괴되었거나 종료 중이면 true, 그렇지 않으면 false를 반환합니다.
Parameters
context
The context to check.
확인할 컨텍스트입니다.