OpenTAP 9.24
API Reference
Public Member Functions | List of all members
OpenTap.IUserInputInterface Interface Reference

Defines a way for plugins to request input from the user. More...

Inheritance diagram for OpenTap.IUserInputInterface:
OpenTap.CliUserInputInterface

Public Member Functions

void RequestUserInput (object dataObject, TimeSpan Timeout, bool modal)
 The method called when the interface requests user input. More...
 

Detailed Description

Defines a way for plugins to request input from the user.

Member Function Documentation

◆ RequestUserInput()

void OpenTap.IUserInputInterface.RequestUserInput ( object  dataObject,
TimeSpan  Timeout,
bool  modal 
)

The method called when the interface requests user input.

Parameters
dataObjectThe object the user should fill out with data.
TimeoutHow long the user should have.
modalTrue if a modal request is wanted

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42