Method SetInteractiveMode
SetInteractiveMode(bool)
Switch between interactive mode and non-interactive mode, UI functions will no ask user on non-interactive mode and will return default values
Declaration
[HandleProcessCorruptedStateExceptions]
public void SetInteractiveMode(bool interactive = true)
Parameters
Type | Name | Description |
---|---|---|
bool | interactive | True if you want to enter interactive mode, else False |