 | aceTerminalInputaskYesNo Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Postavlja Y/N pitanje korisniku. Ako pritisne neorgovarajuc taster - postavice pitanje ponovo
Namespace:
imbACE.Services.terminal
Assembly:
imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntaxpublic static bool askYesNo(
string question,
bool defans = true,
ILogBuilder loger = null
)
Request Example
View SourceParameters
- question
- Type: SystemString
The question. - defans (Optional)
- Type: SystemBoolean
if set to true [defans]. - loger (Optional)
- Type: ILogBuilder
Return Value
Type:
BooleanTRUE on yes
See Also