Contents

start()

Tells the extension to start the evaluation provider, in response to a request from the framework.

Declaration

func start() async -> Bool

Return Value

true if the provider started successfully; false, otherwise.

Discussion

Use this method to prepare your provider to handle future calls to handleCommand(_:).

See Also

Managing provider life cycle