The subprocedure with the given name will be called. You must provide the procedure name and the list of procedure arguments. Both fields are dynamic calculated during runtime. You may run the procedure in new thread (note, that only one thread may be active). If procedure will be executed in new thread, it will run when current thread will end or sleep with 'enable thread change' option.
Parameters:- Called procedure name - String expression - the full name of the procedure to call i.e.: ''package1:pacakge2:procedure_Name'',
- Procedure arguments - Array expression - The array of the arguments to call the procedure. Number of arguments and types have to match,
- Run in new Thread - Checkbox - If procedure should be called in separate process (next step after procedure may, and probably will, be executed before this command ends it's execution. There will be separated process created.
krzys2014-11-23