| EDXTaskStartResult Enumeration |
The result types when starting an EDX task.
Namespace: PIX.QMSAPI.DataObjectsAssembly:
Syntaxpublic enum EDXTaskStartResult
Public Enumeration EDXTaskStartResult
Members|
| Member name | Value | Description |
|---|
| Success | 0 |
The task was started successfully.
|
| TaskNotFound | 1 |
The task was not found.
|
| TaskIsAlreadyRunning | 2 |
The task was already running.
|
| NoEDXTriggerFound | 3 |
The task did not have an EDX trigger.
|
| CouldNotDetermineTaskByName | 7 |
Failed to identify the task by name only. There might by multiple tasks with similar names.
|
| FailedToContactDistributionService | 8 |
The task could not be started because the QDS was not available.
|
| OtherError | 9 |
An unknown error occured.
|
See Also