{
  "source": "system.js",
  "method": "setExitCode",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "code": {
        "type": "number",
        "description": "Exit code. Non-zero value indicates unsuccessful termination."
      }
    }
  },
  "output-schema": {
    "type": "object",
    "properties": {
    }
  },
  "meta": {
    "name": "setExitCode",
    "description": "Set exit code for the process, when the process either exits normally, or is exited via exit module without specifying a code."
  }
}