Theia API Documentation v1.65.0
    Preparing search index...

    An object representing an executed Task. It can be used to terminate a task.

    This interface is not intended to be implemented.

    interface TaskExecution {
        task: Task;
        terminate(): void;
    }
    Index

    Properties

    Methods

    Properties

    task: Task

    The task that got started.

    Methods