Skip to main content
has_proc(proc_name=None, options=)[source]

Checks the existence of a proc with the given name.

Parameters

proc_name (str) –

Name of the proc to check for existence.

options (dict of str to str) –

Optional parameters. The default value is an empty dict ( ).

Returns

A dict with the following entries–

proc_name (str) –

Value of input parameter proc_name.

proc_exists (bool) –

Indicates whether the proc exists or not. Allowed values are:

  • True

  • False

info (dict of str to str) –

Additional information.