![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| ForceQuit(force quit) |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage ForceQuit "force quit") | ComputingBrands.kif 2948-2948 | |
| (termFormat ChineseTraditionalLanguage ForceQuit "強迫終止") | ComputingBrands.kif 2949-2949 | |
| (termFormat ChineseLanguage ForceQuit "强迫终止") | ComputingBrands.kif 2950-2950 | |
| (termFormat JapaneseLanguage ForceQuit "〔アプリケーションの〕強制終了") | ComputingBrands.kif 2951-2951 |
| antecedent |
|
|
| (=> (and (instance ?FQ ForceQuit) (refers ?FQ ?P) (programRunning ?P ?PROG)) (exists (?A) (and (instance ?A Abort) (processAborted ?A ?P)))) |
ComputingBrands.kif 2953-2961 | If X is an instance of force quit, X includes a reference to Y, and Z is a program running of Y, then there exists W such that W is an instance of abort and Y is a process aborted of W |