Process number
Process number ( name {; *} ) : Integer
Process number ( id {; *} ) : Integer
引数 | 型 | 説明 | |
---|---|---|---|
name | Text | → | プロセス番号を取得したいプロセスの名前 |
id | Text | → | プロセス番号を取得したいプロセスのID |
* | 演算子 | → | サーバーからプロセス番号を返す |
戻り値 | Integer | ← | プロセス番号 |
履歴
リリース | 内容 |
---|---|
20 R7 | id 引数のサポート |
説明
Process number
returns the number of the process whose name or id you pass in the first parameterProcess number
returns the number of the process whose name or id you pass in the first parameterProcess number
returns the number of the process whose name or id you pass in the first parameterProcess number
returns the number of the process whose name or id you pass in the first parameterProcess number
コマンドは第一引数name または id に渡した名前またはID を持つプロセスの番号を返します。 プロセスが見つからない場合、Process number
は0 を返します。 プロセスが見つからない場合、Process number
は0 を返します。 プロセスが見つからない場合、Process number
は0 を返します。 プロセスが見つからない場合、Process number
は0 を返します。
オプションの * 引数を渡すと、サーバー上で実行中のプロセス番号をリモートの4D から取得することができます。 この場合、返される値は負の値になります。 このオプションは特にGET PROCESS VARIABLE、 SET PROCESS VARIABLE および VARIABLE TO VARIABLE コマンドを使用する場合などに有用です。 この場合、返される値は負の値になります。 このオプションは特にGET PROCESS VARIABLE、 SET PROCESS VARIABLE および VARIABLE TO VARIABLE コマンドを使用する場合などに有用です。 この場合、返される値は負の値になります。 このオプションは特にGET PROCESS VARIABLE、 SET PROCESS VARIABLE および VARIABLE TO VARIABLE コマンドを使用する場合などに有用です。
このコマンドが* 引数付きでサーバーマシン上で実行された場合、返された値は正の値になります。