Shows information about a proc.
Parameters
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 ‘’.
Optional parameters. Allowed keys are:
include_files – If set to true, the files that make up the proc will be returned. If set to false, the files will not be returned. Allowed values are:
true
false
The default value is ‘false’.
The default value is an empty dict ( ).
Returns
A dict with the following entries–
The proc names.
The execution modes of the procs named in output parameter proc_names. Allowed values are:
distributed – Distributed
nondistributed – Nondistributed
Maps of the files that make up the procs named in output parameter proc_names.
The commands (excluding arguments) that will be invoked when the procs named in output parameter proc_names are executed.
Arrays of command-line arguments that will be passed to the procs named in output parameter proc_names when executed.
The optional parameters for the procs named in output parameter proc_names.
Additional information.