Newer Version Available

This content describes an older version of this product. View Latest

CallbackStatus Enum

Specifies the status of asynchronous requests to an external system.

Enum Values

The following are the values of the System.CallbackStatus enum.

Value Description
CANCELLED The asynchronous operation has been cancelled.
COMPLETED The asynchronous operation has been completed.
PENDING The asynchronous operation is in progress.
TIMED_OUT The asynchronous operation has timed out.