// Validate kernel exists before operationValidationHelpers.validateKernel(this._activeKernel, id);await this._activeKernel.shutdown();// Validate session exists before operationValidationHelpers.validateSession(this._activeSession, id);await this._activeSession.shutdown(); Copy
// Validate kernel exists before operationValidationHelpers.validateKernel(this._activeKernel, id);await this._activeKernel.shutdown();// Validate session exists before operationValidationHelpers.validateSession(this._activeSession, id);await this._activeSession.shutdown();
Example