AboutSupportDeveloper GuideVersion 1.1.0

Interface LaunchResult

Represents the result of a launch operation

interface LaunchResult {
    process_id: number;
}

Properties

Properties

process_id: number

The process id of the launched process