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

    An event signaling the start of a task execution.

    This interface is not intended to be implemented.

    interface TaskStartEvent {
        execution: TaskExecution;
    }
    Index

    Properties

    Properties

    execution: TaskExecution

    The task item representing the task that got started.