PostExecute Method: what does "sequence : true, scope : this" mean?
https://docs.oracle.com/cd/E14004_01/books/config_open_ui/appendix_a_API5.html
I'm trying to understand method calling construction
this.AddMethod(
"PostExecute", function(
method_name, input_property_set, output_property_set) {custom_code}, {sequence : true, scope : this});
Please explain me, what is the role of "sequence" and "scope" words?
Tagged:
0