SmsTaskState_enum

SmsTaskState_enum
SmsTaskState_enum

List of possible states of a task.

Possible values:

  • queued: Task is put in the queue.
  • running: Task is currently running.
  • success: Task has completed.
  • error: Task has encountered an error or has been canceled.
This data structure has no properties.
Enumeration: queued, running, success, error,