JP3442083B2 - Job control system - Google Patents

Job control system

Info

Publication number
JP3442083B2
JP3442083B2 JP10168591A JP10168591A JP3442083B2 JP 3442083 B2 JP3442083 B2 JP 3442083B2 JP 10168591 A JP10168591 A JP 10168591A JP 10168591 A JP10168591 A JP 10168591A JP 3442083 B2 JP3442083 B2 JP 3442083B2
Authority
JP
Japan
Prior art keywords
job
suspended
control system
job control
menu
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP10168591A
Other languages
Japanese (ja)
Other versions
JPH04332068A (en
Inventor
英暁 梅津
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP10168591A priority Critical patent/JP3442083B2/en
Publication of JPH04332068A publication Critical patent/JPH04332068A/en
Application granted granted Critical
Publication of JP3442083B2 publication Critical patent/JP3442083B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Digital Computer Display Output (AREA)

Description

【発明の詳細な説明】 【0001】 【産業上の利用分野】本発明は、マルチタスクの機能を
有するオペレーティング・システムなどに用いるジョブ
制御システムに関するものである。 【0002】 【従来の技術】近年、ハードウェアの高性能化と利用者
のコンピュータに対する要求の増大に伴い、それらを支
援するオペレーティング・システムも進歩し、現在では
いかなるオペレーティング・システムも同時に複数のジ
ョブの実行が可能であり、そのジョブの数には理論上制
限はない。 【0003】一般に、マルチタスクの機能を有するオペ
レーティング・システムでは、起動したジョブを一時中
断(以下サスペンドという)し、このサスペンドされた
ジョブをバックグラウンドで実行させて、利用者はコマ
ンド・プロセッサ(利用者が入力するコマンドとオペレ
ーティング・システムとの間のインターフェース)と対
話しながら次の処理を行うことが可能である。また、サ
スペンドされたジョブを何らかの処理の後に再びフォア
グラウンドで実行させたり、あるいは、サスペンドされ
たジョブが必要でなければ、このジョブを強制終了する
ことも可能である。たとえば、テキストエディタでプロ
グラムを編集して、それを一旦ファイルに書き込んだ
後、編集作業というジョブをサスペンドしてファイルの
コンパイルを行い、エラーがあった場合にはサスペンド
していた編集作業を再びフォアグラウンドで実行させ、
編集作業を継続するということが頻繁に行われている。 【0004】ここで、「バックグラウンドでジョブを実
行させる」ということは、ジョブをコマンド・プロセッ
サと並行に裏側で実行させることであり、「フォアグラ
ウンドでジョブを実行させる」ということは、コマンド
・プロセッサと対話しながら処理を進めることである。 【0005】また、バックグラウンドで実行されていた
ジョブが終了した場合には、オペレーティング・システ
ムが、その終了を通知する機能を有している。また、バ
ックグラウンドで実行しているジョブは、オペレーティ
ング・システムが適切なスケジューリングを行い、利用
者はその実行を意識する必要はない。 【0006】以下、従来のジョブの制御方法について説
明する。図11は従来のジョブの制御方法を示す表示画面
図である。図11において、コマンド1は現在のジョブの
状況を確認するために利用者が入力するものであり、
「%」はコマンドプロセッサのプロンプトを示してい
る。また、ジョブ識別子、メッセージおよびジョブ名2
は入力したコマンド1に対してオペレーティング・シス
テムが表示する状態を示しており、たとえば、
「(1)」はジョブ識別子、「stopped」はサス
ペンドしているというメッセージ、「prog1 の編
集」はサスペンドしているジョブの名前を示している。
さらに、コマンド3は、表示されたジョブに対する制御
を行うために入力するものである。 【0007】ここで、まず、編集したいプログラム名
を、prog1 、prog2およびprog3とする
と、プログラムprog1 を編集中にその編集作業をサ
スペンドし、プログラムprog2 を編集する。さら
に、プログラムprog2 を編集中にその編集作業をサ
スペンドし、プログラムprog3 を編集して、再びプ
ログラムpro3 をサスペンドする。このとき、サスペ
ンドしているジョブは「prog1 の編集」、「pro
g2 の編集」および「prog3 の編集」の3つとな
る。 【0008】次に、今から行う操作を「prog1 の編
集をフォアグラウンドで再開し、編集作業の再起動」と
する場合について説明する。まず、コマンド・プロセッ
サが起動している状態(コマンド・プロセッサが入力を
促すプロンプトを出している状態)から、現在のジョブ
の状況を調べるコマンド1を入力すると、オペレーティ
ング・システムは、現在、サスペンドしているジョブが
何であるかを表示装置に表示する。この表示状態がジョ
ブ識別子、メッセージおよびジョブ名2である。このと
き、表示装置に表示されている、サスペンドされたジョ
ブにはそれぞれ1以上の整数であるジョブ識別子が付け
られており、prog1 の編集をフォアグラウンドで再
開させるために、「prog1 の編集」というジョブに
対応しているジョブ識別子を指定してコマンド3を入力
しなければならない。これでprog1 の編集が再起動
され、操作が完了することになる。 【0009】 【発明が解決しようとする課題】上記従来の構成では、
目的とするジョブへの制御を行うに際して、まず、現在
のジョブの状況を調べるためのコマンド1をキーボード
から入力し、目でそのジョブに対応しているジョブ識別
子を確認し、そのジョブ識別子を引き数にしてコマンド
3をキーボードから入力しなければならない。このよう
な操作では、ジョブ識別子を目で確認することによるミ
スによって、別のジョブに対して制御を行ってしまうな
どの場合が考えられ、これは強制終了をジョブに対して
行うような場合、特に危険である。また、キーボードか
らコマンド1、3の入力の繰り返しによるジョブの制御
は作業効率の低下の原因になるという問題を有してい
た。 【0010】本発明は上記従来の問題を解決するもの
で、ジョブ識別子選択によるミスを防止するとともにジ
ョブ制御の作業効率を向上させることができるジョブ制
御システムを提供することを目的とするものである。 【0011】 【課題を解決するための手段】上記課題を解決するため
に本発明のジョブ制御システムは、一時実行を停止させ
られたジョブの名前の一覧をメニュー形式により表示手
段で自動的に表示させ、少なくとも2つのボタンを有し
その一方にジョブのフォアグラウンドでの実行が対応付
けられ、他方にジョブの強制終了が対応付けられたポイ
ンティング・デバイスにより前記メニューの項目の中か
ら選択・指示されたジョブの制御を行う制御手段を有
し、前記制御手段は、ジョブの選択時に、ジョブのフォ
アグラウンドでの実行が対応付けられたボタンが操作さ
れると選択されているジョブをフォアグラウンドで実行
し、ジョブの強制終了が対応付けられたボタンが操作さ
れると選択されているジョブを強制終了することを特徴
とするものである。 【0012】 【作用】上記構成により、従来、キーボードからのみ制
御可能であったジョブの制御を、ポインティング・デバ
イスを用いて自動的に表示されたジョブのメニュー項目
と対応させながらジョブの制御を行うので、目によるジ
ョブ識別子の確認ミスが防止されるとともに、従来の、
ジョブをサスペンドしてからそれらを制御するまでの一
連のキーボードによるコマンド入力という作業を減少さ
せることができてジョブ制御の作業能率も向上する。 【0013】 【実施例】以下、本発明の一実施例について図面を参照
しながら説明する。図1は本発明の一実施例のジョブ制
御システムの構成を示すブロック図である。図1におい
て、文字、数値およびコマンドを入力するための入力手
段としてのキーボード装置11によってサスペンドされた
ジョブは、アラームが発生すると、その名前がデータ12
aとしてメインメモリ12上のヒープ領域に格納され、表
示装置13に自動的に表示される。表示装置に表示された
ジョブに対して制御を行う場合、ジョブの表示メニュー
項目と対応させながらポインティング・デバイス14に機
能付けられたボタンによって各種ジョブ制御、すなわ
ち、フォアグラウンドでの実行、バックグラウンドでの
実行、強制終了などを行う。制御手段としての中央処理
装置15は以上のジョブメニューの表示機能やポインティ
ング・デバイス14による各種ジョブ制御機能を司ってい
る。 【0014】図2は本発明の一実施例のジョブ制御シス
テムの構成を示す一部外観図であり、prog1〜3の
編集をサスペンドした状態を示している。図2におい
て、ジョブ制御メニュー16は、サスペンドさせられたジ
ョブの名前の一覧をメニュー形式により表示装置13の作
業領域17中の右上段部に表示される構成である。このジ
ョブ制御メニュー16はメニュー項目16aが必要最小限収
容できるだけの大きさがあり、作業領域17のスペースを
大きくとる必要はない。また、表示装置13の作業領域17
中の左側部には作業ウインドウ18が表示される構成であ
る。 【0015】また、このジョブ制御システムは、マウス
などのポインティング・デバイス14を用いてジョブ制御
を行うので、ポインティング・デバイス14に機能を対応
付ける必要がある。ポインティング・デバイス14が3つ
のボタンを有するマウスの場合、マウスボタン14aに
「ジョブのフォアグラウンドでの実行」、マウスボタン
14bに「ジョブの強制終了」、マウスボタン14cに「ジ
ョブのバックグラウンドでの実行」を対応付ける。すな
わち、マウスボタン14aをクリックすることにより「ジ
ョブのフォアグラウンドでの実行」が選択され、マウス
ボタン14bをクリックすることにより「ジョブの強制終
了」が選択され、さらに、マウスボタン14cをクリック
することにより「ジョブのバックグラウンドでの実行」
が選択される構成である。 【0016】上記構成により、以下、その動作を説明す
る。まず、図3に示すように、prog1を作業ウイン
ドウ18において編集中であるとする。このとき、このp
rog1をディスクに書き込んだ後サスペンドすると、
「ジョブがサスペンドされた」というシグナルがジョブ
制御システムに送られ、ジョブ制御システムはこのシグ
ナルを受取り、ジョブ制御メニュー16を作成する。この
段階ではジョブ制御メニュー16は表示装置13にまだ表示
されていない。そして、ジョブ制御システムはその内部
でjobsコマンドを実行し、その結果からジョブの名
前を取得する。さらに、ジョブ制御システムは、この取
得したジョブの名前をジョブ制御メニュー16に渡して、
図4に示すように、作業領域17の右上隅のジョブ制御メ
ニュー16の領域にメニュー項目16aを表示する。このと
き、作業ウインドウ18にはコマンド・プロセッサのプロ
ンプト19が出力されているため、コマンド・プロセッサ
と会話しながらコマンドの入力が可能な状態になってい
る。 【0017】ここで、従来はprog1のコンパイルを
行うためにコマンドを入力したが、コンパイルに時間が
かかるためにコンパイルはバックグラウンドで実行さ
せ、その間、別のプログラムを編集させたい場合を考え
る。まず、「prog1のコンパイル」というジョブを
サスペンドすると、「ジョブがサスペンドされた」とい
うシグナルをジョブ制御システムが受取り、図5に示す
ように、ジョブのメニュー項目16bを1つ追加してその
中にサスペンドされたジョブの名前「prog1のコン
パイル」を表示する。 【0018】さらに、作業ウインドウ18には、コマンド
・プロセッサがプロンプト19を出力しているため、別の
プログラムprog2の編集を開始し、このとき、マウ
スカーソルをジョブ制御メニュー16のメニュー項目16b
に対応させてマウスボタン14cでクリックすれば、「p
rog1のコンパイル」というジョブはバックグラウン
において実行される。この「prog1のコンパイ
ル」というジョブはオペレーティング・システムが有す
るスケジューリング機構により実行されるので、利用者
がその実行を意識する必要はなく、利用者はprog2
の編集作業に専念することができる。このとき、ジョブ
制御システムは、「prog1のコンパイル」というジ
ョブが再び起動されたことを知り、図6に示すように、
「prog1のコンパイル」というメニュー項目16bは
ジョブ制御メニュー16から削除されて「prog1の編
集」のメニュー項目16aだけが残ることになる。 【0019】そして、prog1のコンパイルでエラー
が発生した場合には、prog2の編集をサスペンドす
る。このとき、図7に示すように、「prog2の編
集」というジョブの名前がジョブ制御メニュー16のメニ
ュー項目16cとして追加され、ここで、「prog1の
編集」というメニュー項目16aをマウスカーソルに対応
させてマウスボタン14aでクリックすると、prog1
の編集作業が作業ウインド18において再開され、pro
g1の編集作業を行うことができる。このとき、この
「prog1の編集」というメニュー項目16aは、図8
に示すように、サスペンドの状態から開放されるので、
画面上から削除されて「prog2の編集」のメニュー
項目16cだけが残ることになる。 【0020】さらに、全てのオペレーションを終了しよ
うとする場合、サスペンドしたままのジョブがあると、
従来、「サスペンドしたままのジョブがあります」とい
うようなメッセージをオペレーティング・システムが出
すので、このサスペンドしたままのジョブが何のジョブ
であるかを確認してから終了しなければならなかった。
しかし、このような場合においても、本発明のジョブ制
御システムを用いれば、サスペンドしているジョブがあ
ってもそれは常に表示装置13に表示されており参照可能
である。その参照結果、オペレーションの終了の際、強
制終了してもよいジョブであればマウスボタン14bをク
リックするだけでそのジョブは強制的に終了させられ、
また、強制終了すべきではないジョブであればマウスボ
タン14aをクリックして後処理を行えばよい。 【0021】以上のようなジョブ制御システムが行う処
理を図9にフローチャートで示している。図9におい
て、ジョブ制御システムは、ステップS1でjobsコ
マンドをバックグラウンドで実行し、そして、ステップ
S2でメニューを作成して、さらに、ステップS3でメ
ニュー項目を作成し、ステップS4でメニューとメニュ
ー項目を表示してこの項目の中にジョブの名前を表示す
る。このように、現在のジョブの状況を表示装置13の一
部に表示する機能をバックグラウンド・ジョブとして動
作させる。そして、ステップS5で、利用者はマウスカ
ーソルをメニュー項目に対応させてマウスボタン14a、
14b、14cを選択することによってメニューの中の項目
に登録されているジョブを制御することが可能となる。
すなわち、ステップS6はマウスボタン14aによりフォ
アグラウンドで実行した場合、ステップS7はマウスボ
タン14cによりバックグラウンドで実行した場合、ステ
ップS8はマウスボタン14bにより強制終了をした場合
を示している。 【0022】さらに、ジョブ制御システムは、ステップ
S9で一定時間の後にシグナルが発生するようにアラー
ムを設定する。そして、アラーム設定した後は、ステッ
プS10でシグナル発生まで休眠する。アラームの発生後
の休眠させることにより本システムによる中央演算処理
装置15の負荷を低減することができる。そして、シグナ
ルが発生するとジョブ制御システムは起動し、最初の処
理であるステップS1のjobsコマンドの実行から再
び開始する。以上の様子をさらに図10のジョブ制御シス
テムのアルゴリズムに示しており、ジョブ制御システム
はこの処理を計算機が稼働中無限に繰り返す。 【0023】したがって、サスペンドしているジョブ項
目を常に自動的に表示することができ、また、ポインテ
ィング・デバイス14を用いてジョブ項目と対応させてジ
ョブ制御を行うことができて、従来のジョブ識別子選択
によるミスを防止するとともにジョブ制御の作業効率を
向上させることができる。さらに、本発明で開発したジ
ョブ制御システムのバックグラウンドでの実行をセット
アップファイル(利用者が計算機にログインするときに
自動的に読み込まれるファイル)に記述することによ
り、利用者はこのシステムの存在を全く意識することな
く使用することができる。 【0024】 【発明の効果】以上のように本発明によれば、サスペン
ドしているジョブが何であるかを自動的に表示装置に表
示し、それをマウスなどのポインティング・デバイスに
よって指示してジョブ制御可能であるため、従来の、ジ
ョブをサスペンドしてからそれらを制御するまでの一連
のキーボードによるコマンド入力と言う作業を減少させ
ることができ、これにより、作業効率の向上を図ること
ができるものである。また、ポインティング・デバイス
を用いてジョブ項目に対応させてジョブ制御をするた
め、従来のように、ジョブ識別子の、目による確認に起
因するミスを防ぐこともできて安全で正確なジョブ制御
をすることができるものである。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a job control system used for an operating system having a multitasking function. 2. Description of the Related Art In recent years, with the advancement of hardware and the increasing demands on users' computers, operating systems that support them have advanced. At present, any operating system has a plurality of jobs simultaneously. And the number of jobs is theoretically unlimited. In general, in an operating system having a multitasking function, a started job is temporarily suspended (hereinafter referred to as “suspend”), the suspended job is executed in the background, and a user issues a command processor (usage). The following processing can be performed while interacting with an interface between a user input command and the operating system. In addition, the suspended job can be executed again in the foreground after some processing, or the suspended job can be forcibly terminated if the suspended job is not required. For example, edit a program with a text editor, write it to a file, suspend the editing job, compile the file, and if there is an error, resume the suspended editing job in the foreground. And run
It is frequently done to continue editing work. Here, "executing a job in the background" means executing the job in parallel with the command processor on the back side, and "executing the job in the foreground" means that the job is executed in the command processor. The process is to proceed while interacting with. [0005] When a job executed in the background is terminated, the operating system has a function of notifying the termination. In addition, the job executed in the background is appropriately scheduled by the operating system, and the user does not need to be aware of the execution. Hereinafter, a conventional job control method will be described. FIG. 11 is a display screen diagram showing a conventional job control method. In FIG. 11, command 1 is input by the user to confirm the current job status.
“%” Indicates a command processor prompt. Also, a job identifier, a message and a job name 2
Indicates a state displayed by the operating system in response to the input command 1, for example,
“(1)” indicates a job identifier, “stopped” indicates a suspended message, and “edit prog1” indicates the name of the suspended job.
Further, the command 3 is input for controlling the displayed job. Here, assuming that the names of the programs to be edited are prog1, prog2 and prog3, the editing operation is suspended while the program prog1 is being edited, and the program prog2 is edited. Further, the editing operation is suspended while the program prog2 is being edited, the program prog3 is edited, and the program pro3 is suspended again. At this time, the suspended jobs are “edit prog1” and “prog1”.
g2 "and" edit prog3 ". Next, a case will be described in which the operation to be performed from now on is "resume editing of prog1 in the foreground and restart the editing work". First, from the state in which the command processor is running (the state in which the command processor is prompting for input), when the command 1 for checking the status of the current job is input, the operating system is now suspended. The display shows what the job is. This display state is the job identifier, message, and job name 2. At this time, each of the suspended jobs displayed on the display device has a job identifier that is an integer of 1 or more, and a job called “edit prog1” is executed in order to resume editing of prog1 in the foreground. Command 3 must be entered with a job identifier corresponding to This restarts the editing of prog1 and the operation is completed. [0009] In the above conventional configuration,
When controlling a target job, first, a command 1 for checking the status of the current job is input from the keyboard, the job identifier corresponding to the job is visually confirmed, and the job identifier is referred to. Command 3 must be entered from the keyboard as a number. In such an operation, there may be a case where a mistake is made by visually confirming a job identifier to control another job, for example, when a forced termination is performed for a job, Especially dangerous. Further, there is a problem that job control by repeating the input of commands 1 and 3 from the keyboard causes a reduction in work efficiency. An object of the present invention is to solve the above-mentioned conventional problems and to provide a job control system capable of preventing mistakes due to selection of a job identifier and improving work efficiency of job control. . [0011] In order to solve the above-mentioned problems, a job control system according to the present invention has a function of temporarily stopping execution.
Displays a list of the names of jobs that have been
Automatically display in columns and have at least two buttons
Execution of the job in the foreground is associated with one of them
Vignetting, the POI <br/> down computing devices that job forced termination is associated with the other having a control means for controlling the job selected-instruction of the items of the menu, the control means When you select a job,
The button associated with execution in the foreground is operated.
The selected job is executed in the foreground
The button associated with the forced termination of the job is
In this case, the selected job is forcibly terminated . With the above arrangement, the control of a job, which was conventionally controllable only from a keyboard, is performed while associating the control with the menu item of the job automatically displayed using a pointing device. As a result, it is possible to prevent a mistake in confirming the job identifier by eyes,
The work of inputting a series of commands using the keyboard from suspending the job to controlling the job can be reduced, and the work efficiency of job control can be improved. An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of a job control system according to one embodiment of the present invention. In FIG. 1, when an alarm occurs, a job suspended by a keyboard device 11 as an input means for inputting a character, a numerical value, and a command has its data 12
It is stored in the heap area on the main memory 12 as a, and is automatically displayed on the display device 13. When controlling a job displayed on the display device, various job controls are performed by buttons provided on the pointing device 14 in correspondence with the job display menu items, that is, execution in the foreground , execution in the background , Execute, forcibly terminate, etc. The central processing unit 15 as a control unit controls the above-described job menu display function and various job control functions using the pointing device 14. FIG. 2 is a partial external view showing the configuration of a job control system according to an embodiment of the present invention, and shows a state in which editing of progs 1 to 3 is suspended. In FIG. 2, the job control menu 16 has a configuration in which a list of suspended job names is displayed in a menu format in the upper right part of the work area 17 of the display device 13. The job control menu 16 is large enough to accommodate the necessary minimum number of menu items 16a, and there is no need to increase the space of the work area 17. Also, the work area 17 of the display device 13
A work window 18 is displayed on the left side in the center. Since the job control system performs job control using a pointing device 14 such as a mouse, it is necessary to associate functions with the pointing device 14. If the pointing device 14 is a mouse having three buttons, the mouse button 14a may be "execute job in foreground "
14b is associated with "job forced termination" and the mouse button 14c is associated with "job execution in background ". That is, by clicking the mouse button 14a, "execution of the job in the foreground " is selected, by clicking the mouse button 14b, "job termination" is selected, and further, by clicking the mouse button 14c. "Running Jobs in the Background "
Is selected. The operation of the above configuration will be described below. First, it is assumed that prog 1 is being edited in the work window 18 as shown in FIG. Then, this p
If you suspend after writing rog1 to disk,
A "job suspended" signal is sent to the job control system, which receives the signal and creates a job control menu 16. At this stage, the job control menu 16 has not been displayed on the display device 13 yet. Then, the job control system internally executes the jobs command, and acquires the name of the job from the result. Further, the job control system passes the obtained job name to the job control menu 16 to
As shown in FIG. 4, a menu item 16a is displayed in the area of the job control menu 16 at the upper right corner of the work area 17. At this time, since the prompt 19 of the command processor is output to the work window 18, it is possible to input a command while talking with the command processor. Here, conventionally, a command is input to compile prog1, but compile takes a long time, so compile is executed in the background , and during that time, another program is to be edited. First, when the job "compile prog1" is suspended, the job control system receives a signal indicating that the job has been suspended. As shown in FIG. 5, one menu item 16b of the job is added to the job control system. The name of the suspended job "compile prog1" is displayed. Further, in the work window 18, since the command processor outputs the prompt 19, the editing of another program prog2 is started. At this time, the mouse cursor is moved to the menu item 16b of the job control menu 16.
If you click with the mouse button 14c corresponding to
The job "Compile rog1" is in the background
It is executed in the de. Since the job of “compiling prog1” is executed by the scheduling mechanism of the operating system, there is no need for the user to be aware of the execution, and the user does
Can concentrate on editing work. At this time, the job control system knows that the job “compile prog1” has been started again, and as shown in FIG.
The menu item 16b "Compile prog1" is deleted from the job control menu 16, and only the menu item 16a "Edit prog1" remains. If an error occurs in compiling prog1, the editing of prog2 is suspended. At this time, as shown in FIG. 7, the name of the job "edit prog2" is added as a menu item 16c of the job control menu 16, and here, the menu item 16a "edit prog1" is associated with the mouse cursor. And click with mouse button 14a, prog1
Editing work resumes in work window 18, pro
The editing work of g1 can be performed. At this time, the menu item 16a "edit prog1" is displayed in FIG.
Since it is released from the suspended state as shown in
The menu item 16c of "edit prog2" is deleted from the screen and remains. Further, when all operations are to be terminated, if there is a job that is suspended,
Conventionally, since the operating system issues a message such as "Some jobs remain suspended", it is necessary to confirm what kind of job the suspended job is before ending.
However, even in such a case, if the job control system of the present invention is used, even if there is a suspended job, it is always displayed on the display device 13 and can be referred to. As a result of the reference, when the operation is completed, if the job can be forcibly terminated, the job is forcibly terminated only by clicking the mouse button 14b.
If the job should not be forcibly terminated, post-processing may be performed by clicking the mouse button 14a. FIG. 9 is a flowchart showing the processing performed by the job control system as described above. In FIG. 9, the job control system executes the jobs command in the background in step S1, creates a menu in step S2, creates a menu item in step S3, and creates a menu and a menu item in step S4. To display the name of the job in this item. In this way, the function of displaying the current job status on a part of the display device 13 is operated as a background job. In step S5, the user sets the mouse cursor to the menu item and sets the mouse button 14a,
By selecting 14b and 14c, it is possible to control the job registered in the items in the menu.
That is, step S6 by using the mouse button 14a follower
When run A ground, step S7 when run in the background by a mouse button 14c, step S8 shows the case where the forced termination by mouse button 14b. Further, the job control system sets an alarm in step S9 so that a signal is generated after a predetermined time. After the alarm is set, the apparatus sleeps until a signal is generated in step S10. By making the system sleep after the occurrence of the alarm, the load on the central processing unit 15 by the present system can be reduced. Then, when a signal is generated, the job control system is activated, and restarts from the execution of the jobs command in step S1, which is the first process. The above situation is further shown in the algorithm of the job control system in FIG. 10, and the job control system repeats this process indefinitely while the computer is running. Therefore, the suspended job item can always be automatically displayed, and the job control can be performed by using the pointing device 14 in association with the job item. Mistakes due to selection can be prevented, and work efficiency of job control can be improved. Furthermore, by describing the execution of the job control system developed in the present invention in the background in a setup file (a file that is automatically read when the user logs in to the computer), the user can determine the existence of this system. Can be used without any awareness. As described above, according to the present invention, what a suspended job is is automatically displayed on a display device, and the suspended job is indicated by a pointing device such as a mouse. Since control is possible, it is possible to reduce the conventional work of inputting a series of commands using a keyboard from suspending jobs to controlling them, thereby improving work efficiency. It is. In addition, since the job control is performed in association with the job item using the pointing device, it is possible to prevent mistakes caused by the visual confirmation of the job identifier and perform safe and accurate job control as in the related art. Is what you can do.

【図面の簡単な説明】 【図1】本発明の一実施例のジョブ制御システムの構成
を示すブロック図である。 【図2】本発明の一実施例のジョブ制御システムの構成
を示す一部外観図であり、prog1〜3の編集をサス
ペンドした状態を示している。 【図3】本発明の一実施例のジョブ制御システムの構成
を示す一部外観図であり、prog1の編集状態を示し
ている。 【図4】図3におけるprog1の編集をサスペンドし
た状態を示している。 【図5】図4の状態からさらにprog1のコンパイル
をサスペンドした状態を示している。 【図6】図5の状態からさらにprog1のコンパイル
をバックグランドで実行した状態を示している。 【図7】図6の状態からさらにprog2の編集をサス
ペンドした状態を示している。 【図8】図7の状態からさらにprog1の編集を実行
した状態を示している。 【図9】本発明の一実施例のジョブ制御システムの動作
を示すフローチャートである。 【図10】本発明の一実施例のジョブ制御システムの動作
を示すアルゴリズムである。 【図11】従来のジョブの制御方法を示す表示画面図であ
る。 【符号の説明】 11 キーボード装置 12 メインメモリ 13 表示装置 14 ポインティング・デバイス 14a、14b、14c マウスボタン 15 中央演算処理装置 16 ジョブ制御メニュー 16a、16b、16c メニュー項目
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram illustrating a configuration of a job control system according to an embodiment of the present invention. FIG. 2 is a partial external view showing a configuration of a job control system according to an embodiment of the present invention, showing a state where editing of progs 1 to 3 is suspended. FIG. 3 is a partial external view showing a configuration of a job control system according to an embodiment of the present invention, showing an editing state of prog1. FIG. 4 shows a state where editing of prog1 in FIG. 3 is suspended. FIG. 5 shows a state where the compilation of prog1 is further suspended from the state of FIG. 4; 6 shows a state in which prog1 is further compiled in the background from the state of FIG. 7 shows a state in which editing of prog2 is further suspended from the state of FIG. 6; 8 shows a state in which editing of prog1 has been further executed from the state of FIG. 7; FIG. 9 is a flowchart illustrating an operation of the job control system according to the embodiment of the present invention. FIG. 10 is an algorithm illustrating an operation of the job control system according to the embodiment of the present invention. FIG. 11 is a display screen diagram showing a conventional job control method. [Description of Signs] 11 Keyboard device 12 Main memory 13 Display device 14 Pointing device 14a, 14b, 14c Mouse button 15 Central processing unit 16 Job control menu 16a, 16b, 16c Menu item

フロントページの続き (56)参考文献 特開 平4−264660(JP,A) Macintosh System Software User’s Gu ide Macintosh システム ソフトウェアガイド(KanjiTal k Version 6.0.4),A pple Computer,In c.,1990年,p.234−235 矢部和博,動き始めたウィンドウ環境 OS/2 Presentation Managerの場合,ASCII, 株式会社アスキー,1990年 2月 1 日,第14巻,第2号,p.293−300 (58)調査した分野(Int.Cl.7,DB名) G06F 9/46 - 9/54 G06F 1/00 370 G06F 3/00 G06F 3/14 - 3/153 G06F 9/06 G06F 15/00 Continuation of the front page (56) References JP-A-4-264660 (JP, A) Macintosh System Software User's Guide Macintosh System Software Guide (KanjiTalk Version 6.0.4), Apple Computer, Inc. , 1990, p. 234-235 Kazuhiro Yabe, Window Environment Began to Move In the case of OS / 2 Presentation Manager, ASCII, ASCII Corporation, February 1, 1990, Vol. 14, No. 2, p. 293-300 (58) Field surveyed (Int.Cl. 7 , DB name) G06F 9/46-9/54 G06F 1/00 370 G06F 3/00 G06F 3/14-3/153 G06F 9/06 G06F 15 / 00

Claims (1)

(57)【特許請求の範囲】 【請求項1】一時実行を停止させられたジョブの名前の
一覧をメニュー形式により表示手段で自動的に表示さ
せ、少なくとも2つのボタンを有しその一方にジョブの
フォアグラウンドでの実行が対応付けられ、他方にジョ
ブの強制終了が対応付けられたポインティング・デバイ
スにより前記メニューの項目の中から選択・指示された
ジョブの制御を行う制御手段を有し、前記制御手段は、
ジョブの選択時に、ジョブのフォアグラウンドでの実行
が対応付けられたボタンが操作されると選択されている
ジョブをフォアグラウンドで実行し、ジョブの強制終了
が対応付けられたボタンが操作されると選択されている
ジョブを強制終了することを特徴とするジョブ制御シス
テム。
(57) [Claims] [Claim 1] The name of the job whose execution has been suspended
The list is automatically displayed by the display means in the menu format.
Has at least two buttons, one of which
Execution in the foreground is associated with the other
Control means for controlling a job selected and instructed from the items of the menu by a pointing device associated with forced termination of the job, wherein the control means comprises:
Run a job in the foreground when selecting a job
Is selected when the button associated with is operated
Run the job in the foreground and kill the job
Is selected when the button associated with is operated
A job control system for forcibly terminating a job.
JP10168591A 1991-05-08 1991-05-08 Job control system Expired - Fee Related JP3442083B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10168591A JP3442083B2 (en) 1991-05-08 1991-05-08 Job control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10168591A JP3442083B2 (en) 1991-05-08 1991-05-08 Job control system

Publications (2)

Publication Number Publication Date
JPH04332068A JPH04332068A (en) 1992-11-19
JP3442083B2 true JP3442083B2 (en) 2003-09-02

Family

ID=14307196

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10168591A Expired - Fee Related JP3442083B2 (en) 1991-05-08 1991-05-08 Job control system

Country Status (1)

Country Link
JP (1) JP3442083B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3716442B2 (en) * 1995-03-06 2005-11-16 ソニー株式会社 Computer device control method and computer device
JP4245755B2 (en) * 1999-11-26 2009-04-02 シャープ株式会社 Information display system for composite image forming apparatus

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Macintosh System Software User’s Guide Macintosh システムソフトウェアガイド(KanjiTalk Version 6.0.4),Apple Computer,Inc.,1990年,p.234−235
矢部和博,動き始めたウィンドウ環境 OS/2 Presentation Managerの場合,ASCII,株式会社アスキー,1990年 2月 1日,第14巻,第2号,p.293−300

Also Published As

Publication number Publication date
JPH04332068A (en) 1992-11-19

Similar Documents

Publication Publication Date Title
US8140971B2 (en) Dynamic and intelligent hover assistance
US5961610A (en) Systems, methods and apparatus for generating and controlling display of medical images
KR101475970B1 (en) Selective enabling of multi-input controls
US20160224352A1 (en) Managing a floating window
US8504930B1 (en) User interface substitution
US20030179240A1 (en) Systems and methods for managing virtual desktops in a windowing environment
US20030160821A1 (en) Graphic user interface modification method and recorded media thereof
US5950002A (en) Learn mode script generation in a medical imaging system
JPH08137646A (en) Method and system for displaying dialogue box
WO2003032139A2 (en) A method and device for modifying a pre-existing graphical user interface
US6707469B1 (en) Synchronous execution in a medical imaging system
JP2005310116A (en) Computer system and undo/redo method therefor
US5831612A (en) Cell overlap detection and correction in a medical imaging system
EP1655664A2 (en) System and method for managing a floating window
US6421740B1 (en) Dynamic error lookup handler hierarchy
US10891113B2 (en) Source code rewriting during recording to provide both direct feedback and optimal code
KR20000018932A (en) System for developing games and a method therefor
JP3442083B2 (en) Job control system
JP7294609B2 (en) Program, Method, and Device for Supporting Software Operation Scenario Generation
JP3463331B2 (en) Menu selection method
JP2001318796A (en) Program execution control method using internal and external event driven system, recording medium and program preparation support system
JP2586452B2 (en) Multi-window display device
JPH0635855A (en) Work station control method for computer system
Абрамян User interface development based on Windows Forms class library
JPH0317741A (en) Program production support device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees