Click or drag to resize

ITaskInfoIsBadServer Method

Determines whether the specified server has experienced a failure on this task before.

Namespace:  Ookii.Jumbo.Jet.Scheduling
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
bool IsBadServer(
	ITaskServerJobInfo server
)

Parameters

server
Type: Ookii.Jumbo.Jet.SchedulingITaskServerJobInfo
The server.

Return Value

Type: Boolean
if the specified server previously failed to execute this task; otherwise, .
See Also