Skip to content
Snippets Groups Projects

Update Bindings

10 files
+ 79
6
Compare changes
  • Side-by-side
  • Inline

Files

@@ -483,6 +483,21 @@ Returns:
the xx network.
*/
- (NSData* _Nullable)getReceptionRegistrationValidationSignature;
/**
* GetRunningProcesses returns the names of all running processes at the time
of this call. Note that this list may change and is subject to race
conditions if multiple threads are in the process of starting or stopping.
Returns:
- []byte - A JSON marshalled list of all running processes.
JSON Example:
{
"FileTransfer{BatchBuilderThread, FilePartSendingThread#0, FilePartSendingThread#1, FilePartSendingThread#2, FilePartSendingThread#3}",
"MessageReception Worker 0"
}
*/
- (NSData* _Nullable)getRunningProcesses:(NSError* _Nullable* _Nullable)error;
/**
* HasRunningProcessies checks if any background threads are running and returns
true if one or more are.
Loading