{
  "synLogic": "int $ret \u003d $api($1);",
  "help": "ns_sync_point function instructs the users to wait at a certain point until a specified percentage of users, as defined in the scenario, reach that point so that subsequent requests can be executed simultaneously. Users can configure sync points from <b>Scenario > Additional Settings >Sync Points</b>",
  "notes": "",
  "returns": "int",
  "arguments": "\u003ctable class\u003d\"newGuiTable\" style\u003d\"width:100%\" \u003e \u003ctr\u003e \u003cth\u003e Argument \u003c/th\u003e \u003cth\u003e Description \u003c/th\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd\u003e Sync name \u003c/td\u003e \u003ctd\u003e Define the sync name upto 64 characters \u003c/td\u003e \u003c/tr\u003e \u003c/table\u003e",
  "parameterization": "",
  "name": "ns_sync_point",
  "syntax": "int ns_sync_point(char* sync_point_name)",
  "javaSyntax": "int ns_sync_point(String sync_point_name)",
  "jsEx": "nsApi.ns_sync_point(sync_point_name);",
  "cEx": "flow()\n{\n  ns_sync_point(sync_point_name);\n}",
  "javaEx": "public class flow implements NsFlow\n{\n  nsApi.ns_sync_point(sync_point_name);\n }",
  "jsSyntax": "int ns_sync_point(char* sync_point_name)",
  "insertStrC": "ns_sync_point(char* sync_point_name);",
  "insertStrJava": "ns_sync_point(String sync_point_name);",
  "insertStrJs": "ns_sync_point(sync_point_name: String);",
  "description": "ns_sync_point function instructs the users to wait at a certain point until a specified percentage of users, as defined in the scenario, reach that point so that subsequent requests can be executed simultaneously. Users can configure sync points from Scenario > Additional Settings >Sync Points",
  "component": [
    {
      "id": "$1",
      "type": "TextField",
      "label": "Sync Point Name",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter Sync Name",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": true,
        "min": 0,
        "max": 0
      },
      "quotes": true
    } 
  ]
}