Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Task Method (configManager, taskName)
NamespacesGenesyslab.Desktop.InfrastructureExtensionsTask(IConfigManager, String)
Gets a value indicating whether this tasks exist.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
configManager (IConfigManager)
The configuration manager.
taskName (String)
The name of the task.
Return Value
true if this task exist; otherwise, false.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)