Action result event parameters
| | |
|---|
| The size limit, in bytes, for an action result to be included directly in the action result event slots
This applies to both the output stream (slot "output_val") and the error stream (slot "error_val"). If the respective result is larger than the indicated size, it is stored in a file.
Instead of placing the value directly in the *_val slot, the reference to the file is placed in the corresponding *_ref slot. | |
| The period, in seconds, that an action result is kept on behalf of a (Browser) client
The client should retrieve the result within that period. After the period has expired, the result is dropped. This is independent of the action result event. A generated action result event is not influenced by this parameter. It exists as long as other events. | |