Gets a value indicating whether this tasks exist.

C# | Visual Basic | Visual C++ |
public static bool Task( this IConfigManager configManager, string taskName )
<ExtensionAttribute> _ Public Shared Function Task ( _ configManager As IConfigManager, _ taskName As String _ ) As Boolean
[ExtensionAttribute] public: static bool Task( IConfigManager^ configManager, String^ taskName )

- configManager (IConfigManager)
- The configuration manager.
- taskName (String)
- The name of the task.

true if this task exist; otherwise, false.