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
|
Full Usage:
Input
|
Indicates that the I/O participant is consumed by the process. |
Full Usage:
Output
|
Indicates that the I/O participant is produced by the process. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsInput
Returns: bool
|
|
Full Usage:
this.IsOutput
Returns: bool
|
|
ProcessCore