CallbackState
¶
- CallbackState.Scheduled¶
=
1
A callback operation has been scheduled to be processed shortly.
- CallbackState.Processing¶
=
2
A callback operation is currently being processed.
- CallbackState.OperatorAction¶
=
3
A callback operation is currently waiting for manual operator action to be carried out.
- CallbackState.ReadyToDispatch¶
=
4
A 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¶
=
5
A 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¶
=
6
The 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¶
=
10
The TrustID Cloud is currently executing a work-flow associated with this callback operation and the work-flow has not been completed yet.
- CallbackState.WorkflowComplete¶
=
11
TVS server has completed a workflow and there is no callback required. The callback operation will be removed after a certain period of time automatically.