blob: 52fe6b9bc15b2e8d23668f5598ed0fe254eba908 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Status
The outcome of a session or wall event. If the session is still in progress, the status will be NULL.
## Enum
* `C` (value: `'c'`)
* `F` (value: `'f'`)
* `A` (value: `'a'`)
* `T` (value: `'t'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|