InvokeState
#include <bb/cascades/InvokeState>
The different states of an invocation.
BlackBerry 10.0.0
Public Types Index
Public Types
The current state or the final result of an InvokeActionItem being processed.
BlackBerry 10.0.0
- Unknown = 0
The state is unknown.
Since:BlackBerry 10.0.0
- Querying = 1
The query is in progress.
Since:BlackBerry 10.0.0
- Invoking = 3
The invocation is in progress.
Since:BlackBerry 10.0.0
- Invoked = 4
A finished state, indicating that the invocation is complete.
Since:BlackBerry 10.0.0
- Cancelled = 5
A finished state, indicating that the invocation is cancelled.
Since:BlackBerry 10.0.0
- Error = 6
A finished state, indicating that the invocation resulted in an error.
Since:BlackBerry 10.0.0