discretionary property

bool discretionary

Whether background tasks can be delayed by the system.

See NSURLSessionConfiguration.discretionary

Implementation

bool get discretionary => _nsObject.discretionary;
void discretionary=(bool value)

Implementation

set discretionary(bool value) => _nsObject.discretionary = value;