Enum for any async GroupMe API action result. Currently used for the add members to group command.
Namespace: CkSoftware.GroupMe.Sdk.Core.EnumsAssembly: CkSoftware.GroupMe.Sdk.Core (in CkSoftware.GroupMe.Sdk.Core.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Unknown status. | |
ResultsNotYetReady | 1 | The results are not yet ready and are still processing. | |
ResultsNoLongerAvailable | 2 | The operation is done, but the results are deleted due to a too long waiting time. | |
OperationDone | 3 | The operation is done, results are available. |
See Also