STWService Protocol Reference
| Conforms to | NSObject |
| Declared in | STWService.h |
Instance Methods
isBackgroundJob:
Check if the given selector is a background job or not.
- (BOOL)isBackgroundJob:(NSString *)methodParameters
- method
the method to check
Return Value
true if the given selector is a main thread job.
Discussion
Check if the given selector is a background job or not.
Declared In
STWService.h