CancelExport
Cancels an ongoing export task.
Procedure-Specific Information
For example:
EXEC CancelExport ModelId = 'B64GD1234E9F1234567890123E', ExportId = '112000000018', TaskId = '87654321-ABCD-EFGH-IJKL-012345678912'
Input
| Name | Type | Required | Description |
| WorkspaceId | String | False | The ID of the workspace. |
| ModelId | String | True | The ID of the model. |
| ExportId | String | True | The ID of the export definition. |
| TaskId | String | True | The ID of the export task to cancel. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation was successful. |
| Details | String | Any extra details on the operation's execution. |