> For a complete documentation index, fetch https://docs.voximplant.ai/llms.txt

# TerminationStatus

## Values

<a id="none" />

No termination status has been provided

<a id="internalerror" />

Internal error has occurred (ErrorCode, EndTaskCode, EndOperatorActivityCode)

<a id="normal" />

Task has been completed successfully in the scenario (TaskCanceledCode)

<a id="timeoutreached" />

Timeout for the task has expired (TaskCanceledCode)

<a id="msnotanswered" />

Media server does not answer (TaskCanceledCode)

<a id="queueempty" />

Queue is empty

<a id="maxwaitingtimereached" />

Maximum waiting time has been reached

<a id="maxqueuesizereached" />

Maximum queue size has been reached

<a id="operatornotavailable" />

No agents available

<a id="clientterminate" />

Customer has cancelled the task (EndTaskCode)

<a id="finishedbyclient" />

Customer has finished the task (EndOperatorActivityCode)

<a id="finishedbyoperator" />

Agent has finished the task (EndOperatorActivityCode)

<a id="failed" />

Agent has missed or declined the task (EndOperatorActivityCode)

<a id="canceled" />

Task is cancelled in the scenario (EndOperatorActivityCode)

<a id="transferred" />

Task is transferred (EndOperatorActivityCode)