Click or drag to resize

JetClientWaitForJobCompletion(Guid, Int32, Int32) Method

Waits until the specified job has finished.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool WaitForJobCompletion(
	Guid jobId,
	int millisecondsTimeout,
	int millisecondsInterval
)

Parameters

jobId  Guid
The job ID of the job to wait for.
millisecondsTimeout  Int32
The maximum amount of time to wait.
millisecondsInterval  Int32
The interval at which to check for job completion.

Return Value

Boolean
if the job finished, or if the timeout expired.
See Also