The status as an enum.
Namespace: Spotfire.Dxp.Web.Worker.Automation
Assembly: Spotfire.Dxp.Web (in Spotfire.Dxp.Web.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[DataContractAttribute] public enum ExecutionStatusCode
Members
| Member name | Value | Description | |
|---|---|---|---|
| NotSet | -1 | Job text cannot be parsed. | |
| Queued | 0 | The job is queued. | |
| InProgress | 1 | Job in progress. | |
| Finished | 2 | Job finished. | |
| Failed | 3 | Job failed. | |
| Missing | 4 | Job not found. | |
| Busy | 5 | Job service is too busy to handle job. Retry job again in a while. | |
| Canceled | 6 | Job canceled. |
Version Information
Supported in: 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also