webgme-rosmod
Version:
This repository contains ROSMOD developed for WebGME. ROSMOD is a web-based, collaborative, modeling and execution environment for distributed embedded applications built using ROS http://rosmod.rcps.isis.vanderbilt.edu
23 lines (22 loc) • 615 B
JSON
{
"id": "StopExperiment",
"name": "Stop Experiment",
"version": "1.0.0",
"description": "Stops all instances of the selected experiment and retrieves the logs.",
"icon": {
"class": "glyphicon glyphicon-ok-circle",
"src": ""
},
"disableServerSideExecution": false,
"disableBrowserSideExecution": true,
"configStructure": [
{
"name": "returnZip",
"displayName": "Zip and return generated artifacts.",
"description": "If true, it enables the client to download a zip of the experiment outputs.",
"value": false,
"valueType": "boolean",
"readOnly": false
}
]
}