Click or drag to resize

HaoTermDoActionAsync Method

Performs a UserAction on the terminal control.

Namespace: Flex.Hal.Term
Assembly: Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 6.0.8219.1880
Syntax
public Task DoActionAsync(
	UserAction action
)

Parameters

action  UserAction
Action to perform.

Return Value

Task
A task that represents the action.
See Also