Up
Authors
- Generated by abuild
-
- Declared in:
- Foundation/NSBackgroundActivityScheduler.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (
NSString*)
identifier;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (instancetype)
initWithIdentifier: (
NSString*)identifier;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSTimeInterval)
interval;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
invalidate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSQualityOfService)
qualityOfService;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
repeats;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
scheduleWithBlock: (GSScheduledBlock)block;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setIdentifier: (
NSString*)identifier;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setInterval: (
NSTimeInterval)interval;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setQualityOfService: (
NSQualityOfService)qualityOfService;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setRepeats: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setShouldDefer: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setTolerance: (
NSTimeInterval)tolerance;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
shouldDefer;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSTimeInterval)
tolerance;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSBackgroundActivityScheduler Class
@protected NSString* _identifier;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSTimeInterval _interval;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSActivityOptions _opts;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSQualityOfService _qualityOfService;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString* _reason;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _repeats;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _shouldDefer;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSTimer* _timer;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id _token;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSTimeInterval _tolerance;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up