Click or drag to resize

BaseJobRunnerPromptIfInteractive Method

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

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: SystemBoolean
to prompt for the start of the job; to prompt for exit.
See Also