Add TODO. Will will defer completion of these classes until I have time to complete the NSProcessInfo activity methods.

This commit is contained in:
Gregory John Casamento 2019-10-29 00:27:21 -04:00
parent 6ef18c3ec3
commit 9dba9ae1ca

View file

@ -123,7 +123,7 @@
[pinfo performActivityWithOptions: _opts
reason: _reason
usingBlock: ^{
// CALL_BLOCK(_block);
// TODO: Need to implement the NSProcessInfo performActivity... methods.
}];
# else
NSLog(@"No block support, so not running background activity....");