This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Prompt.
- Assembly
- Cake
.Prompt .dll - Namespace
- Cake
.Common .IO - Containing Type
- PromptAliases
Syntax
public static string Prompt(this ICakeContext context, string message, string defaultResult, TimeSpan timeout)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | |
message | string | |
defaultResult | string | |
timeout | TimeSpan |
Return Value
Type | Description |
---|---|
string |