TK.GetTaskEvent Method

Get object containing information being executed
Public Shared Function GetTaskEvent( _ 
ByVal taskName As String
) As Object
This language is not supported or no code example is available.
public static object GetTaskEvent( 
string taskName 
)
This language is not supported or no code example is available.

Parameters

taskName
string

Return Value

object

An object containing information being executed

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition