Hnxml Standard
    Preparing search index...

    Interface KillExe

    Kill any currently running exe with the title.

    结束当前运行的 exe 进程。

    <KillExe DelayHost="delayNode" Delay="0" ExeName="*"/>
    
    interface KillExe {
        children?: never;
        Delay?: string | number;
        DelayHost?: string;
        ExeName: string;
    }
    Index

    Properties

    children?: never
    Delay?: string | number
    DelayHost?: string
    ExeName: string

    Use * to kill all currently running executables.

    使用 * 来结束所有 exe 进程。