Click or drag to resize

JetClientWaitForJobCompletion Method (Guid, Int32)

Waits until the specified job is complete, printing progress updates to the console.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public bool WaitForJobCompletion(
	Guid jobId,
	int pollIntervalMilliseconds = 1000
)

Parameters

jobId
Type: SystemGuid
The job ID.
pollIntervalMilliseconds (Optional)
Type: SystemInt32
The poll interval in milliseconds.

Return Value

Type: Boolean
if the job completed successfully; otherwise, .
See Also