StreamSubstitutionType
Defines the way of how redirection from standard outputs works
Entries
On every cell execution, new capturing streams are created. Everything that is written to / read from the standard streams is redirected to these capturing streams. Redirection is locked until the cell execution finishes, so multiple cells can't be executed at the same time, even if they are executed on different REPLs within one process.
The same as for BLOCKING, but subsequent cells don't block on capturing the standard streams. Instead, standard streams are redirected to these new cells as well. It may lead to the situation of mixing outputs from multiple cells, but at least we don't lock on a single cell execution
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.