EDXTaskStartResult Enum
Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll
Assembly: PIX.dll
The result types when starting an EDX task.
Syntax
public enum EDXTaskStartResult
Fields
Name | Description |
---|---|
CouldNotDetermineTaskByName |
Failed to identify the task by name only. There might by multiple tasks with similar names. |
FailedToContactDistributionService |
The task could not be started because the QDS was not available. |
NoEDXTriggerFound |
The task did not have an EDX trigger. |
OtherError |
An unknown error occured. |
Success |
The task was started successfully. |
TaskIsAlreadyRunning |
The task was already running. |
TaskNotFound |
The task was not found. |
See Also
Extension Methods
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!