| BaseJobRunnerPromptIfInteractive Method |
Namespace:
Ookii.Jumbo.Jet.Jobs
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax protected void PromptIfInteractive(
bool promptForStart
)
Protected Sub PromptIfInteractive (
promptForStart As Boolean
)
protected:
void PromptIfInteractive(
bool promptForStart
)
member PromptIfInteractive :
promptForStart : bool -> unit
Parameters
- promptForStart
- Type: SystemBoolean
to prompt for the start of the job;
to prompt for exit.
See Also