Logo ProcessCore

ProcessIoDirection Type

Direction tag for a row in the process_io table.

Persisted as the literal lowercase strings "input" and "output"; the StringEnum attribute pins the JavaScript runtime representation to those literals.

Union cases

Union case Description

Input

Full Usage: Input

Indicates that the I/O participant is consumed by the process.

Output

Full Usage: Output

Indicates that the I/O participant is produced by the process.

Instance members

Instance member Description

this.IsInput

Full Usage: this.IsInput

Returns: bool
Returns: bool

this.IsOutput

Full Usage: this.IsOutput

Returns: bool
Returns: bool

Type something to start searching.