Invoke generation.
cancelGeneration(id, baseUrl, sourceKey, category)
An integer id representing the id that uniquely identifies a definition for the category in a WebApi instance.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
The source key for a CDM instance in WebAPI, as defined in the Configuration page
These are the categories in WebApi. The valid string options are 'conceptSet', 'cohort', 'characterization', 'pathway, 'incidenceRate', 'estimation', 'prediction'.
Error message if invoke failed.
Invoke generation (execution) information.
if (FALSE) {
cancelGeneration(id = 13242, category = "cohort", baseUrl = "http://server.org:80/WebAPI")
}