APIs

Show:

Security Library.

Methods

moveLoading

()

Move loading funcion during process execution

read

() Bool

Read process info and sets it into config property.

Returns:

Bool:
  • Exit or fail.

run

(
  • processparams
  • [cllback]
  • [targetid]
  • [excludeHist]
  • [triggerElement]
)

Execute the process.

Parameters:

  • processparams String
    • Values to invoke the process.
  • [cllback] Function optional
    • function invoked after process executed. If null, success or error message.
  • [targetid] String optional
    • the target Id. For navigation objects.
  • [excludeHist] String optional
    • Exclude history regs. For navigation process.
  • [triggerElement] Object optional
    • The item that launches de process (Usually the button).

showLoading

()

Show loading funcion before executing process

showLoading

()

Close loading funcion after executing process