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

    An event signaling the end of a process execution triggered through a task

    interface TaskProcessEndEvent {
        execution: TaskExecution;
        exitCode: number;
    }
    Index

    Properties

    Properties

    execution: TaskExecution

    The task execution for which the process got started.

    exitCode: number

    The process's exit code.