Tasks.Exists(String) Method

Definition

Determines whether the specified task exists. Returns True if the task exists.

public:
 bool Exists(System::String ^ Name);
public bool Exists (string Name);
abstract member Exists : string -> bool
Public Function Exists (Name As String) As Boolean

Parameters

Name
String

Required String. A task name.

Returns

Applies to