팩토리 » Api

xplusisaliveprocessor

Description

PID(프로세서 아이디)에 해당 프로세서가 현재 실행중인지 체크 할 수 있는 API

Parameters

Parameters Type Description
nProcessorID long 프로세서 아이디(PID)

Return Value

Type Description
BOOL 프로세서 실행중 여부

Remark

전용 브라우저 환경에서만 동작합니다.

Example

function btnAlive_on_mouseup(objInst) { var strPID = fieldPID.gettext(); if(factory.xplusisaliveprocessor(Number(strPID))) { factory.consoleprint("해당 프로세서는 실행중입니다."); } else { factory.consoleprint("해당 프로세서는 존재하지 않습니다."); } }

See Also

xpluskillprocessor
xpluswinexec
winexecex

Viewer Ver.

9.1.1.1

Update Date

20200813