ExecutionStatusCode Enumeration

Spotfire 14.7 API Reference
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 nameValueDescription
NotSet-1Job text cannot be parsed.
Queued0The job is queued.
InProgress1Job in progress.
Finished2Job finished.
Failed3Job failed.
Missing4Job not found.
Busy5Job service is too busy to handle job. Retry job again in a while.
Canceled6Job 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

Reference