メインコンテンツまでスキップ
バージョン: 20 R7 BETA

Process number

Process number ( name {; *} ) : Integer
Process number ( id {; *} ) : Integer

引数説明
nameテキストName of process for which to retrieve the process number
idテキストID of process for which to retrieve the process number
*演算子Return the process number from the server
戻り値倍長整数Process number
履歴
リリース内容
20 R7Support of id parameter

説明

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 parameter. If no process is found, Process number returns 0.

The optional parameter * allows you to retrieve, from a remote 4D, the number of a process that is executed on the server. In this case, the returned value is negative. This option is especially useful when using the GET PROCESS VARIABLE, SET PROCESS VARIABLE and VARIABLE TO VARIABLE commands.

If the command is executed with the * parameter from a process on the server machine, the returned value is positive.

参照

GET PROCESS VARIABLE
Process state
SET PROCESS VARIABLE