워커 » Api

terminate

Description

start API를 통해서 생성한 워커 쓰레드를 즉시 종료한다.

Return Value

Type Description
BOOL 정상처리 여부

Example

function btnClose_on_mouseup(objInst) { this.worker01.terminate(); }

See Also

start

Viewer Ver.

24.9.3.1

Update Date

20240903