GnuSmalltalkUsersGuide:BaseChapter 181

From 흡혈양파의 번역工房
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
SystemExceptions.ProcessBeingTerminated

SystemExceptions.ProcessBeingTerminated

네임스페이스 Smalltalk.SystemExceptions에 정의됨

슈퍼클래스: Notification

범주: 언어-예외


나는 프로세스가 종료되었을 때 발생한다.


SystemExceptions.ProcessBeingTerminated class: 아직 분류되지 않음

initialize

해당 설명 없음.


SystemExceptions.ProcessBeingTerminated: 접근하기

description

예외의 텍스트 설명을 응답하라.

semaphore

프로세스가 세마포어를 대기 중인 경우 그것을 응답하라.

semaphore: aSemaphore

프로세스가 세마포어를 대기 중인 경우 그것을 응답하라.


Notes