executeHandler
abstract var executeHandler: (ReadonlyArray<NotebookCell>, notebook: NotebookDocument, controller: NotebookController) -> PromiseLike<Void?>?(source)
The execute handler is invoked when the run gestures in the UI are selected, e.g Run Cell, Run All, Run Selection etc. The execute handler is responsible for creating and managing execution-objects.