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

    An event signaling the end of an executed task.

    This interface is not intended to be implemented.

    interface TaskEndEvent {
        execution: TaskExecution;
    }
    Index

    Properties

    Properties

    execution: TaskExecution

    The task item representing the task that finished.