WSRunStatusEnum

An enumerated type of all possible flowchart, branch, or cell run statuses, one of:

  • NOT_STARTED: the run is scheduled, but did not start yet.
  • RUNNING: run in progress.
  • CANCELLED: the run was canceled, either by a Unica Campaign user or this API.
  • SUCCEEDED: the run completed successfully.
  • FAILED: the run failed; error details are reported separately. (See WSRunResults.)