Shows information about a proc.
Input Parameter Description
| Name | Type | Description | ||||
|---|---|---|---|---|---|---|
| proc_name | string | Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned. The default value is ''. | ||||
| options | map of string to strings | Optional parameters. The default value is an empty map ( {} ).
|
Output Parameter Description
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
| proc_names | array of strings | The proc names. | ||||||
| execution_modes | array of strings | The execution modes of the procs named in output parameter proc_names.
| ||||||
| files | array of maps of string to bytes | Maps of the files that make up the procs named in output parameter proc_names. | ||||||
| commands | array of strings | The commands (excluding arguments) that will be invoked when the procs named in output parameter proc_names are executed. | ||||||
| args | array of arrays of strings | Arrays of command-line arguments that will be passed to the procs named in output parameter proc_names when executed. | ||||||
| options | array of maps of string to strings | The optional parameters for the procs named in output parameter proc_names. | ||||||
| info | map of string to strings | Additional information. |