Utility.GetProgress Method

Gets progress value from parallel tasks.
Public Shared Function GetProgress( _ 
ByVal index As Integer(), _ 
ByVal startIndex As Integer(), _ 
ByVal cpuCount As Integer
) As Integer
This language is not supported or no code example is available.
public static int GetProgress( 
int[] index
int[] startIndex
int cpuCount 
)
This language is not supported or no code example is available.

Parameters

index
int[]

Current task index

startIndex
int[]

Current task start index

cpuCount
int

The number of logical processors

Return Value

int

The progress value.

.NET Framework

Supported in: 4.8

In this article

Definition