public final class NSFileProviderDomainTestingModes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AlwaysEnabled
Enable the domain without any user action required.
|
static long |
Interactive
Enable interactive mode.
|
public static final long AlwaysEnabled
public static final long Interactive
Disable the automatic scheduling from the system and allow external tools to control the execution of operations.
When manual scheduling is enabled, an external tool should use -[NSFileProviderManager listAvailableTestingOperationsWithError:] and -[NSFileProviderManager runTestingOperations:error:] to control the system.
If that mode is enabled, some crash recovery guarantees are lost. For instance, the system may lose any event that hasn't been ingested. The system does not support removing this mode from a domain on which it has been enabled.