CallbackState
- CallbackState.Scheduled
=
1A callback operation has been scheduled to be processed shortly.
- CallbackState.Processing
=
2A callback operation is currently being processed.
- CallbackState.OperatorAction
=
3A callback operation is currently waiting for manual operator action to be carried out.
- CallbackState.ReadyToDispatch
=
4A callback operation is ready to be dispatched back through the callback mechanism, but no callback has been made yet or no callback succeeded yet.
- CallbackState.Dispatched
=
5A callback has been dispatched back through the callback mechanism successfully. No further action is required. This callback will be removed after a certain period of time.
- CallbackState.UnableToDispatch
=
6The TrustID Cloud was unable to successfully dispatch the callback operation back to the calling client service. The callback operation will be removed after a certain period of time automatically.
- CallbackState.Workflow
=
10The TrustID Cloud is currently executing a work-flow associated with this callback operation and the work-flow has not been completed yet.
- CallbackState.WorkflowComplete
=
11TVS server has completed a workflow and there is no callback required. The callback operation will be removed after a certain period of time automatically.