diff --git a/lib/ProgramCall.js b/lib/ProgramCall.js index 2450f1d..2107417 100644 --- a/lib/ProgramCall.js +++ b/lib/ProgramCall.js @@ -28,6 +28,7 @@ class ProgramCall { * Using ``off`` or ``fast`` continues executing the script. The Difference is that ``fast`` * will log a brief error report and ``off`` will not. * @property {string} [func] - The target function of the service program. + * @property {string} [mode=opm|ile] - Determines the program call mode. */ /** @@ -40,8 +41,9 @@ class ProgramCall { this.xml = ``; - } + } /** * @private