Contents

stop(reason:)

Tells the exension to stop the evaluation provider, in response to a request from the framework.

Declaration

func stop(reason: NEProviderStopReason) async

Parameters

  • reason:

    The reason for stopping the provider.

Discussion

Perform any needed cleanup tasks in your implementation of this method. After stopping, the provider receives no further commands from the framework.

See Also

Managing provider life cycle