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

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

    interface TaskProcessStartEvent {
        execution: TaskExecution;
        processId: number;
    }
    Index

    Properties

    Properties

    execution: TaskExecution

    The task execution for which the process got started.

    processId: number

    The underlying process id.