Shows information about a proc.
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. | Possible
List
Entries | Description | 
|---|
 | string | | Possible
Values | Description | 
|---|
 | distributed | Distributed |  | nondistributed | Nondistributed | 
 | 
 | 
| 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. |