Click or drag to resize

BaseJobRunner.PromptIfInteractive Method

Prompts the user to start or exit, if IsInteractive is true.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
protected void PromptIfInteractive(
	bool promptForStart
)

Parameters

promptForStart
Type: System.Boolean
true to prompt for the start of the job; false to prompt for exit.
See Also