Contents

listAvailableTestingOperations()

Lists all the operations that are ready for scheduling.

Declaration

func listAvailableTestingOperations() throws -> [any NSFileProviderTestingOperation]

Discussion

The system waits for all the pending disk and working set updates before returning the list of available operations. The operations that it returns may become invalid if the system receives new events, or when you schedule and execute operations using the run(_:) method.

See Also

Testing