Theia API Documentation v1.65.0
    Preparing search index...
    interface ActiveRunEvent {
        activeRun: undefined | TestRun;
        controller: TestController;
    }
    Index

    Properties

    activeRun: undefined | TestRun
    controller: TestController