Skip to content

Function signatures for callbacks


Documentation to write callback functions in your code.

errorHandler signature

The following function signatures are used prevalently as callbacks:

  • errorHandler - Used by 99% of functions to handle or display errors

{__errorHandler}

Installation function signatures

These are all used in installSoftware.

{__packageVersionFunction}

{__packageUrlFunction}

{__packageCheckFunction}


🛠️ Tools · ⬅ Top