| IJobServerClientProtocolCheckTaskCompletion Method |
Waits until any of the specified tasks complete.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax CompletedTask[] CheckTaskCompletion(
Guid jobId,
string[] tasks
)
Function CheckTaskCompletion (
jobId As Guid,
tasks As String()
) As CompletedTask()
array<CompletedTask^>^ CheckTaskCompletion(
Guid jobId,
array<String^>^ tasks
)
abstract CheckTaskCompletion :
jobId : Guid *
tasks : string[] -> CompletedTask[]
Parameters
- jobId
- Type: SystemGuid
The ID of the job containing the tasks. - tasks
- Type: SystemString
The IDs of the tasks to wait for.
Return Value
Type:
CompletedTaskA
CompletedTask instance indicating which of the tasks completed.
See Also