relinquish
plugin.executionGateway.relinquish(): Promise<ExecutionGatewayResponse>
Release the claim on the execution gateway.
Parameters
No parameters.
Returns
Promise<ExecutionGatewayResponse>
Example
import plugin from '@codebolt/plugin-sdk';
const result = await plugin.executionGateway.relinquish();
console.log(result);