Has Proc

Checks the existence of a proc with the given name.

Input Parameter Description

NameTypeDescription
proc_namestringName of the proc to check for existence.
optionsmap of string to stringsOptional parameters. The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
proc_namestringValue of input parameter proc_name
proc_existsboolean

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

  • true
  • false
infomap of string to stringsAdditional information.