StreamSubstitutionType

Defines the way of how redirection from standard outputs works

Entries

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.